From 482913c2e924eed54f87c742a5de1be241dc9e4d Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 6 Jul 2024 15:46:28 -0700 Subject: [PATCH] test had "assert False" for some reason ? --- litellm/tests/test_streaming.py | 1 - 1 file changed, 1 deletion(-) 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: