Skip to content

Commit 6626356

Browse files
author
Suganth Sadaiyappan
committed
address pr comments
1 parent d27219a commit 6626356

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/testmonitor/steps.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
StepIdResultIdPair,
1010
UpdateStepRequest,
1111
)
12+
from nisystemlink.clients.testmonitor.models._status import Status
1213
from nisystemlink.clients.testmonitor.models._step_data import Measurement, StepData
1314

1415

@@ -19,7 +20,7 @@ def create_test_result():
1920
part_number="Example 123 AA",
2021
program_name="Example Name",
2122
host_name="Example Host",
22-
status="Passed",
23+
status=Status.PASSED(),
2324
keywords=["original keyword"],
2425
properties={"original property key": "yes"},
2526
)

0 commit comments

Comments
 (0)