diff --git a/tests/test_litellm/test_secret_redaction.py b/tests/test_litellm/test_secret_redaction.py index 5c9b3b37df..dbc339676e 100644 --- a/tests/test_litellm/test_secret_redaction.py +++ b/tests/test_litellm/test_secret_redaction.py @@ -7,6 +7,7 @@ import pytest from litellm._logging import ( JsonFormatter, + _redact_string, _secret_filter, verbose_logger, verbose_proxy_logger,