diff --git a/tests/local_testing/test_router_fallbacks.py b/tests/local_testing/test_router_fallbacks.py index c81a3f05ab..ee762e29b2 100644 --- a/tests/local_testing/test_router_fallbacks.py +++ b/tests/local_testing/test_router_fallbacks.py @@ -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])