test_basic_openai_responses_get_endpoint

This commit is contained in:
Ishaan Jaff 2025-04-23 14:43:29 -07:00
parent 0a3c2b7229
commit 73a4a4b838

View file

@ -36,7 +36,7 @@ class TestAnthropicResponsesAPITest(BaseResponsesAPITest):
async def test_basic_openai_responses_streaming_delete_endpoint(self, sync_mode=False): async def test_basic_openai_responses_streaming_delete_endpoint(self, sync_mode=False):
pass pass
async def test_basic_openai_responses_get_endpoint(self, sync_mode): async def test_basic_openai_responses_get_endpoint(self, sync_mode=False):
pass pass