We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51b13d commit 69d3400Copy full SHA for 69d3400
tests/test_api.py
@@ -417,7 +417,7 @@ def test_scan_text_with_policy_uuids():
417
assert len(redactions) == 1
418
assert redactions[0] == "491👀-👀👀👀👀-👀👀👀👀-👀👀👀👀 is my credit card number, [REDACTED] ssn"
419
420
-def test_scan_text_no_detection_rules():
+def test_scan_text_no_detection_rules_or_policy_uuids():
421
nightfall = Nightfall("NF-NOT_REAL")
422
with pytest.raises(NightfallUserError):
423
nightfall.scan_text(texts=["will", "fail"])
0 commit comments