From 8f09876486852990eb23c8170e52f0e0547aecc5 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 17 Jun 2024 17:37:15 -0700 Subject: [PATCH] test(test_completion.py): cleanup test --- litellm/tests/test_completion.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index f1ee63564c..3425d6ac13 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: