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 e4a8cc6 commit d58f06bCopy full SHA for d58f06b
tests/nexus/test_workflow_caller_cancellation_types.py
@@ -72,7 +72,7 @@ async def run(self, input: Input) -> CancellationResult:
72
input=None,
73
cancellation_type=input.cancellation_type,
74
)
75
- if input.cancellation_type
+ if input.cancellation_type is not None
76
else self.nexus_client.start_operation(Service.workflow_op, input=None)
77
78
op_handle.cancel()
0 commit comments