mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(fix) test aimg gen on router
This commit is contained in:
parent
2d1adaf293
commit
11c922a966
1 changed files with 4 additions and 0 deletions
|
@ -590,6 +590,8 @@ async def test_aimg_gen_on_router():
|
|||
pass
|
||||
elif "Operation polling timed out" in str(e):
|
||||
pass
|
||||
elif "Connection error" in str(e):
|
||||
pass
|
||||
else:
|
||||
traceback.print_exc()
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
@ -671,6 +673,8 @@ def test_aembedding_on_router():
|
|||
pass
|
||||
elif "Operation polling timed out" in str(e):
|
||||
pass
|
||||
elif "Connection error" in str(e):
|
||||
pass
|
||||
else:
|
||||
traceback.print_exc()
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue