mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
test: fix test
This commit is contained in:
parent
305049a968
commit
2eee1cdd02
1 changed files with 1 additions and 1 deletions
|
@ -1014,7 +1014,7 @@ async def test_service_unavailable_fallbacks(sync_mode):
|
||||||
messages=[{"role": "user", "content": "Hey, how's it going?"}],
|
messages=[{"role": "user", "content": "Hey, how's it going?"}],
|
||||||
)
|
)
|
||||||
|
|
||||||
assert response.model == "gpt-35-turbo"
|
assert response.model == "gpt-3.5-turbo-0125"
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize("sync_mode", [True, False])
|
@pytest.mark.parametrize("sync_mode", [True, False])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue