Skip to content

Commit c6afa90

Browse files
committed
fix: test_completion_with_no_model
1 parent 1e1d174 commit c6afa90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/litellm_utils_tests/test_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2337,5 +2337,3 @@ def test_completion_with_no_model():
23372337
with pytest.raises(TypeError):
23382338
response = litellm.completion(messages=[{"role": "user", "content": "Hello, how are you?"}])
23392339

2340-
2341-
assert "model is not set. Set either via 'model' or 'engine' param." in str(e)

0 commit comments

Comments
 (0)