From a5776a3054aad5ce45f2b29cf7198b1d78e96e8f Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 25 Mar 2024 18:32:12 -0700 Subject: [PATCH] test(test_custom_logger.py): cleanup test --- litellm/tests/test_custom_logger.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/tests/test_custom_logger.py b/litellm/tests/test_custom_logger.py index 7e8a53561..0b85b463c 100644 --- a/litellm/tests/test_custom_logger.py +++ b/litellm/tests/test_custom_logger.py @@ -518,7 +518,6 @@ def test_redis_cache_completion_stream(): litellm.success_callback = [] litellm._async_success_callback = [] litellm.cache = None - raise Exception("it worked!") except Exception as e: print(e) litellm.success_callback = []