typo in skip message

pull/2814/head
sebres 2020-08-04 14:31:11 +02:00
parent 0ef8f6675d
commit 9510346507
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ class Fail2banRegexTest(LogCaptureTestCase):
def testLogtypeSystemdJournal(self): # pragma: no cover
if not fail2banregex.FilterSystemd:
raise unittest.SkipTest('Skip test because no systemd backand available')
raise unittest.SkipTest('Skip test because no systemd backend available')
self.assertTrue(_test_exec(
"systemd-journal", FILTER_ZZZ_GEN
+'[journalmatch="SYSLOG_IDENTIFIER=\x01\x02dummy\x02\x01",'