Skip to content

Commit a89d0db

Browse files
test(test_router_caching.py): add more verbose logs
1 parent 4508b4e commit a89d0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litellm/tests/test_router_caching.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ async def test_acompletion_caching_with_ttl_on_router():
149149
async def test_acompletion_caching_on_router_caching_groups():
150150
# tests acompletion + caching on router
151151
try:
152-
# litellm.set_verbose = True
152+
litellm.set_verbose = True
153153
model_list = [
154154
{
155155
"model_name": "openai-gpt-3.5-turbo",

0 commit comments

Comments
 (0)