Skip to content

Commit 4420557

Browse files
committed
Fix to the tests
1 parent 209884e commit 4420557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nexus_messaging/ondemandpattern_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async def run(self) -> None:
3939
endpoint=NEXUS_ENDPOINT,
4040
)
4141

42-
workflow_id = f"test-remote-{uuid.uuid4()}"
42+
workflow_id = f"test-remote-{workflow.uuid4()}"
4343

4444
# Start a remote workflow.
4545
handle = await nexus_client.start_operation(

0 commit comments

Comments
 (0)