We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2db1cd commit 3a2f94bCopy full SHA for 3a2f94b
samples-v2/blueprint/tests/test_start_orchestrator.py
@@ -21,6 +21,6 @@ def test_HttpStart(self, client):
21
# Create a generator using the method and mocked context
22
result = asyncio.run(func_call(req, client))
23
24
- client.start_new.assert_called_once_with("my_orchestrator", client_input={})
+ client.start_new.assert_called_once_with("my_orchestrator")
25
client.create_check_status_response.assert_called_once_with(req, "instance_id")
26
self.assertEqual(result, "check_status_response")
0 commit comments