From 5bc8d73220831fdbb9abad4e427850c02ea31bc2 Mon Sep 17 00:00:00 2001 From: "Sergey G. Brester" Date: Wed, 26 Jun 2019 20:52:37 +0200 Subject: [PATCH] test_badips.py: parameter `key` is removed in #2452 --- fail2ban/tests/action_d/test_badips.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fail2ban/tests/action_d/test_badips.py b/fail2ban/tests/action_d/test_badips.py index 7f2222e1..013c0fdb 100644 --- a/fail2ban/tests/action_d/test_badips.py +++ b/fail2ban/tests/action_d/test_badips.py @@ -83,7 +83,7 @@ if sys.version_info >= (2,7): # pragma: no cover - may be unavailable 'banaction': "test", 'age': "2w", 'score': 5, - 'key': "fail2ban-test-suite", + #'key': "fail2ban-test-suite", #'bankey': "fail2ban-test-suite", 'timeout': (3 if unittest.F2B.fast else 60), })