Skip to content

Commit 86e3bb6

Browse files
authored
fix: set correct URL for upload (#22)
1 parent 03ace42 commit 86e3bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_mergify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def pytest_configure(self, config: _pytest.config.Config) -> None:
7373
return
7474

7575
self.exporter = OTLPSpanExporter(
76-
endpoint=f"{url}/v1/{self.repo_name}/ci/traces",
76+
endpoint=f"{url}/v1/repos/{self.repo_name}/ci/traces",
7777
headers={"Authorization": f"Bearer {self.token}"},
7878
compression=Compression.Gzip,
7979
)

0 commit comments

Comments
 (0)