diff --git a/tests/litellm_utils_tests/test_utils.py b/tests/litellm_utils_tests/test_utils.py index 5405b7fc79..cb55971964 100644 --- a/tests/litellm_utils_tests/test_utils.py +++ b/tests/litellm_utils_tests/test_utils.py @@ -2337,5 +2337,3 @@ def test_completion_with_no_model(): with pytest.raises(TypeError): response = litellm.completion(messages=[{"role": "user", "content": "Hello, how are you?"}]) - - assert "model is not set. Set either via 'model' or 'engine' param." in str(e) \ No newline at end of file