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 = []