test(test_completion.py): cleanup test

This commit is contained in:
Krrish Dholakia 2024-06-17 17:37:15 -07:00
parent 3d9ef689e7
commit 8f09876486

View file

@ -3412,8 +3412,6 @@ def test_completion_gemini(model):
# Add any assertions,here to check the response
print(response)
assert response.choices[0]["index"] == 0
assert False
except litellm.APIError as e:
pass
except Exception as e: