test(test_assistants.py): rename test to run earlier in ci pipeline
This commit is contained in:
parent
90afdd265b
commit
a804dfd1b6
@ -132,7 +132,7 @@ async def test_add_message_litellm(sync_mode, provider):
|
||||
@pytest.mark.parametrize("provider", ["openai", "azure"])
|
||||
@pytest.mark.parametrize("sync_mode", [True, False])
|
||||
@pytest.mark.asyncio
|
||||
async def test_run_thread_litellm(sync_mode, provider):
|
||||
async def test_aarun_thread_litellm(sync_mode, provider):
|
||||
"""
|
||||
- Get Assistants
|
||||
- Create thread
|
||||
|
||||
Loading…
Reference in New Issue
Block a user