diff --git a/litellm/tests/test_amazing_vertex_completion.py b/litellm/tests/test_amazing_vertex_completion.py index eb197cc01c..13f0850d82 100644 --- a/litellm/tests/test_amazing_vertex_completion.py +++ b/litellm/tests/test_amazing_vertex_completion.py @@ -453,8 +453,6 @@ def test_gemini_pro_function_calling_streaming(): for chunk in completion: print(f"chunk: {chunk}") - raise Exception("it worked!") - @pytest.mark.asyncio async def test_gemini_pro_async_function_calling():