Skip to content

Commit 3a2f94b

Browse files
committed
Fix tests
1 parent f2db1cd commit 3a2f94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples-v2/blueprint/tests/test_start_orchestrator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ def test_HttpStart(self, client):
2121
# Create a generator using the method and mocked context
2222
result = asyncio.run(func_call(req, client))
2323

24-
client.start_new.assert_called_once_with("my_orchestrator", client_input={})
24+
client.start_new.assert_called_once_with("my_orchestrator")
2525
client.create_check_status_response.assert_called_once_with(req, "instance_id")
2626
self.assertEqual(result, "check_status_response")

0 commit comments

Comments
 (0)