From 4aa98dcbe9005d70b1fff035d2c74e14ff7a790a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 15 Jul 2024 20:53:13 -0700 Subject: [PATCH] test_amazing_sync_embedding --- litellm/tests/test_custom_callback_input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_custom_callback_input.py b/litellm/tests/test_custom_callback_input.py index c10a95b400..5c1b8bb1cb 100644 --- a/litellm/tests/test_custom_callback_input.py +++ b/litellm/tests/test_custom_callback_input.py @@ -830,7 +830,7 @@ async def test_async_embedding_openai(): ## Test Azure + Async -def test_sync_embedding(): +def test_amazing_sync_embedding(): try: customHandler_success = CompletionCustomHandler() customHandler_failure = CompletionCustomHandler()