We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb0267 commit 9e55a43Copy full SHA for 9e55a43
modules/testrail_integration.py
@@ -19,7 +19,7 @@
19
PLAN_NAME_RE = re.compile(r"\[(\w+) (\d+)\]")
20
CONFIG_GROUP_ID = 95
21
TESTRAIL_FX_DESK_PRJ = 17
22
-TC_EXECUTION_TEMPLATE = "https://firefox-ci-tc.services.mozilla.com/tasks/%TASK_ID%/runs/%RUN_ID%/logs/public/logs/live.log"
+TC_EXECUTION_TEMPLATE = "https://firefox-ci-tc.services.mozilla.com/tasks/%TASK_ID%/runs/%RUN_ID%/logs/live/public/logs/live.log"
23
24
25
def get_execution_link() -> str:
0 commit comments