diff --git a/litellm/tests/test_streaming.py b/litellm/tests/test_streaming.py index b2e2b29b719..52c92daaaf8 100644 --- a/litellm/tests/test_streaming.py +++ b/litellm/tests/test_streaming.py @@ -1078,7 +1078,6 @@ def test_vertex_ai_stream(provider): print(f"completion_response: {complete_response}") assert is_finished == True - assert False except litellm.RateLimitError as e: pass except Exception as e: