Skip to content

Commit c3e8654

Browse files
ogiorgisArchaeopteryx
authored andcommitted
fix: remove duplicate slash in url
1 parent ba78a6a commit c3e8654

File tree

1 file changed

+1
-1
lines changed
  • treeherder/intermittents_commenter

1 file changed

+1
-1
lines changed

treeherder/intermittents_commenter/fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import yaml
33

44
firefoxci_service_api_url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1"
5-
firefoxci_artefact_api_url = f"{firefoxci_service_api_url}/task/gecko.v2.mozilla-central.latest.source.test-info-all/artifacts/public/"
5+
firefoxci_artefact_api_url = f"{firefoxci_service_api_url}/task/gecko.v2.mozilla-central.latest.source.test-info-all/artifacts/public"
66

77

88
def fetch_test_variants():

0 commit comments

Comments
 (0)