From f30cb56b8d06562a602f3d4d1f5a7c51fbdf9ca7 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 1 Sep 2023 12:09:14 -0700 Subject: [PATCH] update to logging tests --- litellm/tests/test_logging.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_logging.py b/litellm/tests/test_logging.py index 4e7e30427..5b931de88 100644 --- a/litellm/tests/test_logging.py +++ b/litellm/tests/test_logging.py @@ -177,6 +177,7 @@ try: output = new_stdout.getvalue().strip() print(output) + print(response) if "Logging Details Pre-API Call" not in output: raise Exception("Required log message not found!")