diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index f1ee63564..3425d6ac1 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -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: