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()