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 c44a6d8 commit 8994143Copy full SHA for 8994143
tests/worker/test_workflow.py
@@ -4590,6 +4590,8 @@ async def test_workflow_update_separate_handle(
4590
wait_for_stage=WorkflowUpdateStage.ACCEPTED,
4591
)
4592
4593
+ assert update_handle_1.workflow_run_id == handle.first_execution_run_id
4594
+
4595
# Create another handle and have them both wait for update complete
4596
update_handle_2 = client.get_workflow_handle(
4597
handle.id, run_id=handle.result_run_id
0 commit comments