From 5ad790ffdfae61a4d68bf4e734b74b1ee9fdd444 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 18 Mar 2024 13:43:14 -0700 Subject: [PATCH] test: fix test --- litellm/tests/test_amazing_vertex_completion.py | 2 -- 1 file changed, 2 deletions(-) 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():