mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
TST: Clean up after jails test for MultipleSameAction
This commit is contained in:
parent
45c9c45b41
commit
bec70cbe4b
1 changed files with 2 additions and 0 deletions
|
|
@ -325,3 +325,5 @@ filter = testfilter1
|
|||
action_names = [comm[-1] for comm in comm_commands if comm[:3] == ['set', 'testjail1', 'addaction']]
|
||||
|
||||
self.assertNotEqual(len(set(action_names)), 1)
|
||||
|
||||
shutil.rmtree(basedir)
|
||||
|
|
|
|||
Loading…
Reference in a new issue