We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e610386 commit 8213512Copy full SHA for 8213512
tests/durabletask/test_batch_actions.py
@@ -24,5 +24,5 @@ def test_get_all_orchestration_states():
24
c.wait_for_orchestration_completion(id, timeout=30)
25
26
with pytest.raises(_InactiveRpcError) as exec_info:
27
- all_orchestrations = c.get_all_orchestration_states()
+ c.get_all_orchestration_states()
28
assert "unimplemented" in str(exec_info.value)
0 commit comments