test_badips.py: parameter `key` is removed in #2452

pull/2452/head
Sergey G. Brester 2019-06-26 20:52:37 +02:00 committed by GitHub
parent 8b171f7d25
commit 5bc8d73220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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),
})