We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ff065 commit fb536f5Copy full SHA for fb536f5
1 file changed
tests/nexus/test_workflow_caller.py
@@ -1191,10 +1191,10 @@ async def test_async_response(
1191
handler_wf_info = await handler_wf_handle.describe()
1192
assert handler_wf_info.status == WorkflowExecutionStatus.CANCELED
1193
else:
1194
- handler_wf_info = await handler_wf_handle.describe()
1195
- assert handler_wf_info.status == WorkflowExecutionStatus.COMPLETED
1196
result = await caller_wf_handle.result()
1197
assert result.op_output.value == "workflow result"
+ handler_wf_info = await handler_wf_handle.describe()
+ assert handler_wf_info.status == WorkflowExecutionStatus.COMPLETED
1198
1199
1200
async def _start_wf_and_nexus_op(
0 commit comments