diff --git a/litellm/tests/test_custom_callback_input.py b/litellm/tests/test_custom_callback_input.py index d9364d11e65..537e38a2894 100644 --- a/litellm/tests/test_custom_callback_input.py +++ b/litellm/tests/test_custom_callback_input.py @@ -706,6 +706,7 @@ async def test_async_embedding_bedrock(): ## Test Azure - completion, embedding @pytest.mark.asyncio async def test_async_completion_azure_caching(): + litellm.set_verbose = True customHandler_caching = CompletionCustomHandler() litellm.cache = Cache( type="redis",