mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
test(guardrails): cover nameless evaluated entries in the malformed usage batch
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
937179bde1
commit
33fb6625ad
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ async def test_malformed_not_run_entry_does_not_drop_the_batch():
|
|||
"guardrail_information": [
|
||||
{"guardrail_name": ["not", "a", "string"], "guardrail_status": "success"},
|
||||
{"guardrail_name": "", "guardrail_id": "cf-uuid", "guardrail_status": "success"},
|
||||
{"guardrail_status": "not_run"},
|
||||
{"guardrail_status": "success"},
|
||||
]
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue