]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
classification.conf: update test to match new strings
authorJason Ish <ish@unx.ca>
Tue, 23 Oct 2018 20:13:28 +0000 (14:13 -0600)
committerJason Ish <ish@unx.ca>
Tue, 20 Nov 2018 16:16:04 +0000 (10:16 -0600)
tests/test_classificationmap.py

index 49e546fed68d0370dfe8483591da5d7a011f1c2f..969aa3fc64ee9875cd946e8bdf59c726875eb1f7 100644 (file)
@@ -35,7 +35,7 @@ class ClassificationMapTestCase(unittest.TestCase):
 
         c = m.get(34)
         self.assertEqual("default-login-attempt", c["name"])
-        self.assertEqual("Attempt to Login By a Default Username and Password",
+        self.assertEqual("Attempt to login by a default username and password",
                           c["description"])
         self.assertEqual(2, c["priority"])