We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209884e commit 4420557Copy full SHA for 4420557
tests/nexus_messaging/ondemandpattern_test.py
@@ -39,7 +39,7 @@ async def run(self) -> None:
39
endpoint=NEXUS_ENDPOINT,
40
)
41
42
- workflow_id = f"test-remote-{uuid.uuid4()}"
+ workflow_id = f"test-remote-{workflow.uuid4()}"
43
44
# Start a remote workflow.
45
handle = await nexus_client.start_operation(
0 commit comments