mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test(test_completion_with_retries.py): cleanup tests
This commit is contained in:
parent
f3efd566c9
commit
0ffb1dcc38
2 changed files with 2 additions and 47 deletions
|
@ -44,7 +44,7 @@ def test_context_window(model):
|
|||
with pytest.raises(ContextWindowExceededError):
|
||||
completion(model=model, messages=messages)
|
||||
|
||||
# test_context_window(model="command-nightly")
|
||||
test_context_window(model="command-nightly")
|
||||
# Test 2: InvalidAuth Errors
|
||||
@pytest.mark.parametrize("model", models)
|
||||
def invalid_auth(model): # set the model key to an invalid key, depending on the model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue