mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
ci/cd skip ServiceUnavailableError
This commit is contained in:
parent
04037c5b0e
commit
77e445120b
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ def test_model_alias_map(caplog):
|
|||
assert "ERROR" not in log
|
||||
|
||||
assert "groq/llama3-8b-8192" in response.model
|
||||
except litellm.ServiceUnavailableError:
|
||||
pass
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue