mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
test(test_assistants.py): rename test to run earlier in ci pipeline
This commit is contained in:
parent
90afdd265b
commit
a804dfd1b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue