diff --git a/litellm/tests/test_amazing_vertex_completion.py b/litellm/tests/test_amazing_vertex_completion.py index 8b6768541..dc6ab3a7e 100644 --- a/litellm/tests/test_amazing_vertex_completion.py +++ b/litellm/tests/test_amazing_vertex_completion.py @@ -221,5 +221,5 @@ def test_gemini_pro_vision(): except Exception as e: import traceback traceback.print_exc() - raise e + raise e test_gemini_pro_vision() \ No newline at end of file