test had "assert False" for some reason ?

This commit is contained in:
Ishaan Jaff 2024-07-06 15:46:28 -07:00
parent 196884a779
commit 482913c2e9

View file

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