mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
bump version and fix testing issue
This commit is contained in:
parent
b32ea90939
commit
20eb0229e4
2 changed files with 3 additions and 1 deletions
|
@ -421,6 +421,8 @@ def test_completion_claude_stream_bad_key():
|
|||
if complete_response.strip() == "":
|
||||
raise Exception("Empty response received")
|
||||
print(f"completion_response: {complete_response}")
|
||||
except AuthenticationError as e:
|
||||
pass
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue