test(test_custom_callback_input.py): make test more verbsoe

n
This commit is contained in:
Krrish Dholakia 2024-01-11 18:44:58 +05:30
parent 1378190dbf
commit 0440168915

View file

@ -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",