test_bad_request_error_contains_httpx_response

This commit is contained in:
Ishaan Jaffer 2025-09-27 12:35:59 -07:00
parent 973d4b71e7
commit 9c028c03fb

View File

@ -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