From c6afa904bbf70810fdc915484291aeb150dbe88e Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Thu, 18 Sep 2025 10:16:44 -0700 Subject: [PATCH] fix: test_completion_with_no_model --- tests/litellm_utils_tests/test_utils.py | 2 -- 1 file changed, 2 deletions(-) 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