test: fix test
This commit is contained in:
parent
305049a968
commit
2eee1cdd02
@ -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])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user