mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-06 20:25:29 +00:00
test: fix test
This commit is contained in:
@@ -1014,7 +1014,7 @@ async def test_service_unavailable_fallbacks(sync_mode):
|
||||
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])
|
||||
|
||||
Reference in New Issue
Block a user