test_basic_openai_responses_streaming_delete_endpoint

This commit is contained in:
Ishaan Jaff 2025-04-22 14:38:04 -07:00
parent 314437232f
commit b08af0e487

View file

@ -30,10 +30,10 @@ class TestAnthropicResponsesAPITest(BaseResponsesAPITest):
"model": "anthropic/claude-3-5-sonnet-latest",
}
async def test_basic_openai_responses_delete_endpoint(self, sync_mode):
async def test_basic_openai_responses_delete_endpoint(self, sync_mode=False):
pass
async def test_basic_openai_responses_streaming_delete_endpoint(self, sync_mode):
async def test_basic_openai_responses_streaming_delete_endpoint(self, sync_mode=False):
pass