mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
test fix
This commit is contained in:
parent
d49dca483f
commit
dfbee20f8a
1 changed files with 1 additions and 4 deletions
|
|
@ -37,10 +37,7 @@ class TestManusResponsesAPITest(BaseResponsesAPITest):
|
|||
async def test_basic_openai_responses_streaming_delete_endpoint(self, sync_mode):
|
||||
pytest.skip("DELETE responses is not supported for Manus")
|
||||
|
||||
@pytest.mark.parametrize("sync_mode", [True, False])
|
||||
@pytest.mark.asyncio
|
||||
async def test_basic_openai_responses_get_endpoint(self, sync_mode):
|
||||
pytest.skip("GET responses is not supported for Manus")
|
||||
# GET responses is now supported for Manus
|
||||
|
||||
@pytest.mark.parametrize("sync_mode", [True, False])
|
||||
@pytest.mark.asyncio
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue