mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
test_datadog_message_redaction
This commit is contained in:
parent
9a88fe0861
commit
a4c008c433
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue