Skip to content

Commit 2a58408

Browse files
committed
minor doc update
Signed-off-by: Santosh Srinivasulu <santosh.srinivasulu@emerson.com>
1 parent 18b4996 commit 2a58408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/testmonitor/test_testmonitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def client(enterprise_config: HttpConfiguration) -> TestMonitorClient:
4141

4242
@pytest.fixture
4343
def unique_identifier() -> str:
44-
"""Unique step id for this test."""
44+
"""Unique result/step id for this test."""
4545
unique_id = uuid.uuid1().hex
4646
return unique_id
4747

0 commit comments

Comments
 (0)