test_badips.py: parameter key is removed in #2452

This commit is contained in:
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

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