test(test_streaming.py): fix test

This commit is contained in:
Krrish Dholakia 2024-05-11 19:44:47 -07:00
parent 2f3fd3e2f0
commit b1448cd244

View file

@ -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: