diff --git a/tests/test_litellm/proxy/guardrails/guardrail_hooks/content_filter/test_gdpr_policy_e2e.py b/tests/test_litellm/proxy/guardrails/guardrail_hooks/content_filter/test_gdpr_policy_e2e.py index 34e0e7f246d..238331b32c8 100644 --- a/tests/test_litellm/proxy/guardrails/guardrail_hooks/content_filter/test_gdpr_policy_e2e.py +++ b/tests/test_litellm/proxy/guardrails/guardrail_hooks/content_filter/test_gdpr_policy_e2e.py @@ -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): """