From a4c008c43332ec4512acf97632d44ed4587eead4 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 8 Nov 2025 14:02:24 -0800 Subject: [PATCH] test_datadog_message_redaction --- tests/logging_callback_tests/test_datadog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/logging_callback_tests/test_datadog.py b/tests/logging_callback_tests/test_datadog.py index 5870395533..13125aa495 100644 --- a/tests/logging_callback_tests/test_datadog.py +++ b/tests/logging_callback_tests/test_datadog.py @@ -612,7 +612,7 @@ async def test_datadog_message_redaction(): # Apply redaction using the inherited method redacted_details = dd_logger.redact_standard_logging_payload_from_model_call_details(model_call_details) - redacted_str = LiteLLMCommonStrings.redacted_by_litellm.value + redacted_str = "redacted-by-litellm" # Verify that messages are redacted redacted_standard_obj = redacted_details["standard_logging_object"]