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 1413f53 commit 3710e5fCopy full SHA for 3710e5f
tests/nexus/test_workflow_caller.py
@@ -634,12 +634,12 @@ async def test_async_response(
634
WorkflowExecutionStatus.RUNNING,
635
WorkflowExecutionStatus.COMPLETED,
636
]
637
- await assert_caller_workflow_has_link_to_handler_workflow(
638
- caller_wf_handle, handler_wf_handle, handler_wf_info.run_id
639
- )
640
await assert_handler_workflow_has_link_to_caller_workflow(
641
caller_wf_handle, handler_wf_handle
642
)
+ await assert_caller_workflow_has_link_to_handler_workflow(
+ caller_wf_handle, handler_wf_handle, handler_wf_info.run_id
+ )
643
644
if request_cancel:
645
# The operation response was asynchronous and so request_cancel is honored. See
0 commit comments