forked from phoenix/litellm-mirror
test: fix test
This commit is contained in:
parent
b4f7771ed1
commit
9053a6a203
1 changed files with 2 additions and 0 deletions
|
@ -679,6 +679,8 @@ async def test_anthropic_no_content_error():
|
|||
frequency_penalty=0.8,
|
||||
)
|
||||
|
||||
pass
|
||||
except litellm.InternalServerError:
|
||||
pass
|
||||
except litellm.APIError as e:
|
||||
assert e.status_code == 500
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue