forked from phoenix/litellm-mirror
test: cleanup test
This commit is contained in:
parent
7e05fc846d
commit
74c2177e5e
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