fix: test_completion_with_no_model
This commit is contained in:
parent
1e1d174733
commit
c6afa904bb
@ -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)
|
||||
Loading…
Reference in New Issue
Block a user