mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Update test since JailThread.action was changed from property to method
This commit is contained in:
parent
767fc0d4d4
commit
297a32e6bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue