Skip to content

Commit 9e55a43

Browse files
committed
change tc link template
1 parent ffb0267 commit 9e55a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/testrail_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
PLAN_NAME_RE = re.compile(r"\[(\w+) (\d+)\]")
2020
CONFIG_GROUP_ID = 95
2121
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"
22+
TC_EXECUTION_TEMPLATE = "https://firefox-ci-tc.services.mozilla.com/tasks/%TASK_ID%/runs/%RUN_ID%/logs/live/public/logs/live.log"
2323

2424

2525
def get_execution_link() -> str:

0 commit comments

Comments
 (0)