Skip to content

Commit 69d3400

Browse files
committed
rename test
1 parent d51b13d commit 69d3400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def test_scan_text_with_policy_uuids():
417417
assert len(redactions) == 1
418418
assert redactions[0] == "491👀-👀👀👀👀-👀👀👀👀-👀👀👀👀 is my credit card number, [REDACTED] ssn"
419419

420-
def test_scan_text_no_detection_rules():
420+
def test_scan_text_no_detection_rules_or_policy_uuids():
421421
nightfall = Nightfall("NF-NOT_REAL")
422422
with pytest.raises(NightfallUserError):
423423
nightfall.scan_text(texts=["will", "fail"])

0 commit comments

Comments
 (0)