Skip to content

Commit 176b507

Browse files
committed
fix
1 parent c02394d commit 176b507

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qa/tools/apex_algorithm_qa_tools/test_failure_handler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def build_issue_body(scenario, logs, failure_count):
122122
"""Construct the issue body with technical details"""
123123
timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
124124
contacts = get_scenario_contacts(scenario['id'])
125+
scenario_link = get_scenario_link(scenario['id'])
125126

126127
contact_table = ""
127128
if contacts:
@@ -154,7 +155,7 @@ def build_issue_body(scenario, logs, failure_count):
154155
155156
**Links**:
156157
- Workflow Run: {WORKFLOW_BASE_URL}
157-
- Scenario Definition: {get_scenario_link(scenario['id'])}
158+
- Scenario Definition: {scenario_link}
158159
- Artifacts: {WORKFLOW_BASE_URL}#artifacts
159160
160161
---

0 commit comments

Comments
 (0)