Skip to content

Commit 6915830

Browse files
author
Aravindhan Palanisamy
committed
try example fail fix
1 parent 1bff3b4 commit 6915830

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/test_plan/test_plan_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
),
4646
],
4747
file_ids=["file1", "file2"],
48-
workspace="33eba2fe-fe42-48a1-a47f-a6669479a8aa",
48+
workspace="your_workspace_id",
4949
properties={"env": "staging", "priority": "high"},
5050
dashboard=Dashboard(
5151
id="DashBoardId", variables={"product": "PXIe-4080", "location": "Lab1"}

examples/test_plan/test_plans.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
dut_id="Sample-Dut_Id",
3535
test_program="TP-Integration-001",
3636
system_filter="os:linux AND arch:x64",
37-
workspace="33eba2fe-fe42-48a1-a47f-a6669479a8aa",
37+
workspace="your_workspace_id",
3838
file_ids_from_template=["file1", "file2"],
3939
dashboard=Dashboard(
4040
id="DashBoardId", variables={"product": "PXIe-4080", "location": "Lab1"}

0 commit comments

Comments
 (0)