From a804dfd1b613a454860d68756af0da5f97a3184b Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 3 Jun 2024 22:45:16 -0700 Subject: [PATCH] test(test_assistants.py): rename test to run earlier in ci pipeline --- litellm/tests/test_assistants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_assistants.py b/litellm/tests/test_assistants.py index 377b9a42f3..4577b5e6f9 100644 --- a/litellm/tests/test_assistants.py +++ b/litellm/tests/test_assistants.py @@ -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