forked from phoenix/litellm-mirror
test(test_custom_callback_input.py): make test more verbsoe
n
This commit is contained in:
parent
1378190dbf
commit
0440168915
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue