Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
robzor92 committed Jul 3, 2024
1 parent 87d70e3 commit 26a1e06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def test_deploy(self, mocker, backend_fixtures):
inference_logger=inference_logger,
inference_batcher=inference_batcher,
transformer=transformer,
api_protocol=p_json["api_protocol"],
environment=p_json["environment_dto"]["name"],
)

# Assert
Expand All @@ -218,6 +218,7 @@ def test_deploy(self, mocker, backend_fixtures):
inference_batcher=inference_batcher,
transformer=transformer,
api_protocol=p_json["api_protocol"],
environment=p_json["environment_dto"]["name"],
)
mock_predictor.deploy.assert_called_once()

Expand Down

0 comments on commit 26a1e06

Please sign in to comment.