Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauplin committed Jun 13, 2024
1 parent 3f35b3d commit d7734e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_inference_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,4 @@ def test_resume(mock: Mock):
endpoint = InferenceEndpoint.from_raw(MOCK_RUNNING, namespace="foo")
mock.return_value = InferenceEndpoint.from_raw(MOCK_INITIALIZING, namespace="foo")
endpoint.resume()
mock.assert_called_once_with(namespace="foo", name="my-endpoint-name", token=None)
mock.assert_called_once_with(namespace="foo", name="my-endpoint-name", token=None, running_ok=True)

0 comments on commit d7734e4

Please sign in to comment.