mirror of https://github.com/fail2ban/fail2ban
Update test since JailThread.action was changed from property to method
parent
767fc0d4d4
commit
297a32e6bb
|
@ -86,7 +86,7 @@ class ExecuteActions(LogCaptureTestCase):
|
|||
|
||||
self.__actions.stop()
|
||||
self.__actions.join()
|
||||
self.assertEqual(self.__actions.status,[("Currently banned", 0 ),
|
||||
self.assertEqual(self.__actions.status(),[("Currently banned", 0 ),
|
||||
("Total banned", 0 ), ("Banned IP list", [] )])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue