test(test_completion_with_retries.py): cleanup tests

This commit is contained in:
Krrish Dholakia 2023-10-31 21:49:33 -07:00
parent f3efd566c9
commit 0ffb1dcc38
2 changed files with 2 additions and 47 deletions

View file

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