fix: test_completion_with_no_model

This commit is contained in:
Ishaan Jaffer 2025-09-18 10:16:44 -07:00
parent 1e1d174733
commit c6afa904bb

View File

@ -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)