mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
test had "assert False" for some reason ?
This commit is contained in:
parent
196884a779
commit
482913c2e9
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue