test_bad_request_error_contains_httpx_response
This commit is contained in:
parent
973d4b71e7
commit
9c028c03fb
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user