Skip to content

Commit

Permalink
fix missing slash in path
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Oct 2, 2024
1 parent 6a49849 commit f881a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_service_titan/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -1962,7 +1962,7 @@ def path(self) -> str:
report_id = self._report["report_id"]
return (
f"/reporting/v2/tenant/{self._tap.config['tenant_id']}/report-category"
f"{report_category}/reports/{report_id}/data"
f"/{report_category}/reports/{report_id}/data"
)

def get_url_params(
Expand Down

0 comments on commit f881a4a

Please sign in to comment.