From b1448cd2447db73a576be6b62deac20141646b16 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 11 May 2024 19:44:47 -0700 Subject: [PATCH] test(test_streaming.py): fix test --- 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 13f6c651bee..a40c57207b4 100644 --- a/litellm/tests/test_streaming.py +++ b/litellm/tests/test_streaming.py @@ -1036,7 +1036,6 @@ async def test_bedrock_cohere_command_r_streaming(sync_mode): if complete_response.strip() == "": raise Exception("Empty response received") print(f"completion_response: {complete_response}\n\nFinalChunk: {final_chunk}") - raise Exception("it worked!") except RateLimitError: pass except Exception as e: