diff --git a/tests/local_testing/test_exceptions.py b/tests/local_testing/test_exceptions.py index 6851325cc1..eb1868fa91 100644 --- a/tests/local_testing/test_exceptions.py +++ b/tests/local_testing/test_exceptions.py @@ -1298,7 +1298,7 @@ async def test_exception_with_headers_httpx( @pytest.mark.asyncio -@pytest.mark.parametrize("model", ["azure/chatgpt-v-3", "openai/gpt-3.5-turbo"]) +@pytest.mark.parametrize("model", ["azure/gpt-4.1-nano", "openai/gpt-3.5-turbo"]) async def test_bad_request_error_contains_httpx_response(model): """ Test that the BadRequestError contains the httpx response