Update tests/test_litellm/proxy/guardrails/guardrail_hooks/content_filter/test_gdpr_policy_e2e.py

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Ishaan Jaff 2026-02-16 15:28:25 -08:00 committed by GitHub
parent 88cb64881e
commit 15047614bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -249,6 +249,7 @@ class TestGDPRPolicyE2E:
assert "jean@example.com" not in result
assert "+33612345678" not in result
assert "192057512345678" not in result
@pytest.mark.asyncio
async def test_vat_number_without_keyword_context_passes(self):
"""