From: Jason Ish Date: Tue, 23 Oct 2018 20:13:28 +0000 (-0600) Subject: classification.conf: update test to match new strings X-Git-Tag: 1.0.1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5365fdd5acf55b4f78883103eaf78af1fee7af9;p=thirdparty%2Fsuricata-update.git classification.conf: update test to match new strings --- diff --git a/tests/test_classificationmap.py b/tests/test_classificationmap.py index 49e546f..969aa3f 100644 --- a/tests/test_classificationmap.py +++ b/tests/test_classificationmap.py @@ -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"])