diff --git a/tests/local_testing/test_completion.py b/tests/local_testing/test_completion.py index 7814d13c6..8f83db286 100644 --- a/tests/local_testing/test_completion.py +++ b/tests/local_testing/test_completion.py @@ -1053,7 +1053,6 @@ def test_completion_mistral_api(): cost = litellm.completion_cost(completion_response=response) print("cost to make mistral completion=", cost) assert cost > 0.0 - assert response.model == "mistral/mistral-tiny" except Exception as e: pytest.fail(f"Error occurred: {e}")