mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix exception mapping error
This commit is contained in:
parent
da87721a20
commit
a89a491c10
6 changed files with 4 additions and 4 deletions
|
@ -43,7 +43,7 @@ def test_context_window(model):
|
|||
|
||||
with pytest.raises(ContextWindowExceededError):
|
||||
completion(model=model, messages=messages)
|
||||
|
||||
test_context_window(models[0])
|
||||
|
||||
# Test 2: InvalidAuth Errors
|
||||
@pytest.mark.parametrize("model", models)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue