Update tests.

This commit is contained in:
Steven Black
2025-04-30 20:59:27 -04:00
parent 14fa6296ae
commit 181b549344

View File

@@ -847,7 +847,6 @@ class TestNormalizeRule(BaseStdout):
"0.0.0.0 https", "0.0.0.0 https",
"0.0.0.0 https..", "0.0.0.0 https..",
"0.0.0.0 foo.", "0.0.0.0 foo.",
"0.0.0.0 this_that.com",
]: ]:
self.assertEqual(normalize_rule(rule, **kwargs), (None, None)) self.assertEqual(normalize_rule(rule, **kwargs), (None, None))