mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
test: fix test
This commit is contained in:
parent
c07eea864e
commit
6b7d20c911
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ def test_model_alias_map(caplog):
|
|||
for log in captured_logs:
|
||||
assert "ERROR" not in log
|
||||
|
||||
assert "groq/llama3-8b-8192" in response.model
|
||||
assert "llama3-8b-8192" in response.model
|
||||
except litellm.ServiceUnavailableError:
|
||||
pass
|
||||
except Exception as e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue