From aef25d5d0011d2e7721accb772c3fa7b94d33b26 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 5 Aug 2024 11:23:49 -0700 Subject: [PATCH] fix: cleanup test --- litellm/tests/test_caching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_caching.py b/litellm/tests/test_caching.py index a5579560680..ee8b0535401 100644 --- a/litellm/tests/test_caching.py +++ b/litellm/tests/test_caching.py @@ -301,7 +301,7 @@ def test_caching_with_models_v2(): # test_caching_with_models_v2() -def test_caching_with_optional_params(): +def c(): litellm.enable_caching_on_provider_specific_optional_params = True messages = [ {"role": "user", "content": "who is ishaan CTO of litellm from litellm 2023"}