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 d27219a commit 6626356Copy full SHA for 6626356
examples/testmonitor/steps.py
@@ -9,6 +9,7 @@
9
StepIdResultIdPair,
10
UpdateStepRequest,
11
)
12
+from nisystemlink.clients.testmonitor.models._status import Status
13
from nisystemlink.clients.testmonitor.models._step_data import Measurement, StepData
14
15
@@ -19,7 +20,7 @@ def create_test_result():
19
20
part_number="Example 123 AA",
21
program_name="Example Name",
22
host_name="Example Host",
- status="Passed",
23
+ status=Status.PASSED(),
24
keywords=["original keyword"],
25
properties={"original property key": "yes"},
26
0 commit comments