From 04f6b976e965e9e4f237064fad9c702dd034f6eb Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 11 Dec 2023 10:49:53 -0800 Subject: [PATCH] (test) proxy callbacks --- litellm/tests/test_amazing_proxy_custom_logger.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_amazing_proxy_custom_logger.py b/litellm/tests/test_amazing_proxy_custom_logger.py index 18eea0b5254..363a4499530 100644 --- a/litellm/tests/test_amazing_proxy_custom_logger.py +++ b/litellm/tests/test_amazing_proxy_custom_logger.py @@ -20,6 +20,7 @@ import importlib, inspect litellm.success_callback = [] litellm.callbacks = [] litellm.failure_callback = [] +litellm._async_success_callback = [] # test /chat/completion request to the proxy from fastapi.testclient import TestClient