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 341d949 commit 5851a9bCopy full SHA for 5851a9b
tests/worker/test_workflow.py
@@ -4539,6 +4539,8 @@ async def test_workflow_update_separate_handle(
4539
wait_for_stage=WorkflowUpdateStage.ACCEPTED,
4540
)
4541
4542
+ assert update_handle_1.workflow_run_id == handle.first_execution_run_id
4543
+
4544
# Create another handle and have them both wait for update complete
4545
update_handle_2 = client.get_workflow_handle(
4546
handle.id, run_id=handle.result_run_id
0 commit comments