mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
test router fallbacks test
This commit is contained in:
parent
518be32a98
commit
c4153f9340
1 changed files with 1 additions and 0 deletions
|
@ -1231,3 +1231,4 @@ async def test_using_default_fallback(sync_mode):
|
|||
pytest.fail(f"Expected call to fail we passed model=openai/foo")
|
||||
except Exception as e:
|
||||
print("got exception = ", e)
|
||||
assert "No healthy deployment available, passed model=very-bad-model" in str(e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue