Skip to content

Commit f45350a

Browse files
committed
unit test fixes
1 parent a534b62 commit f45350a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unitary/with_extras/aqua/test_deployment_handler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,7 @@ def test_post(self, mock_get_model_deployment_response):
274274

275275
mock_get_model_deployment_response.assert_called_with(
276276
"mock-deployment-id",
277-
{"prompt": "Hello", "model": "some-model"},
278-
"test-route",
277+
{"prompt": "Hello", "model": "some-model"}
279278
)
280279
self.handler.write.assert_any_call("chunk1")
281280
self.handler.write.assert_any_call("chunk2")

0 commit comments

Comments
 (0)