mirror of https://github.com/fail2ban/fail2ban
fix typo (false positive test)
parent
c755138672
commit
50d18f68df
|
@ -274,7 +274,7 @@ class IgnoreIP(LogCaptureTestCase):
|
||||||
|
|
||||||
def testIgnoreCauseNOK(self):
|
def testIgnoreCauseNOK(self):
|
||||||
self.filter.logIgnoreIp("example.com", False, ignore_source="NOT_LOGGED")
|
self.filter.logIgnoreIp("example.com", False, ignore_source="NOT_LOGGED")
|
||||||
self.assertFalse(self._is_logged("[%s] Ignore %s by %s" % (self.jail.name, "example.com", "NO_LOGGED")))
|
self.assertFalse(self._is_logged("[%s] Ignore %s by %s" % (self.jail.name, "example.com", "NOT_LOGGED")))
|
||||||
|
|
||||||
class IgnoreIPDNS(IgnoreIP):
|
class IgnoreIPDNS(IgnoreIP):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue