From afb7a931632cded1312facf2f82d2a33caf7ffd2 Mon Sep 17 00:00:00 2001 From: sebres Date: Wed, 20 May 2020 15:27:48 +0200 Subject: [PATCH] amend to 368aa9e77570519b37fb57c9dbc5112d4c4b7382: fix time in gitlab test (GMT in log due to TZ-suffix `Z`, CEST in test-suite) --- fail2ban/tests/files/logs/gitlab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fail2ban/tests/files/logs/gitlab b/fail2ban/tests/files/logs/gitlab index 222df642..70ddc0e8 100644 --- a/fail2ban/tests/files/logs/gitlab +++ b/fail2ban/tests/files/logs/gitlab @@ -1,5 +1,5 @@ # Access of unauthorized host in /var/log/gitlab/gitlab-rails/application.log -# failJSON: { "time": "2020-04-09T14:04:00", "match": true , "host": "80.10.11.12" } +# failJSON: { "time": "2020-04-09T16:04:00", "match": true , "host": "80.10.11.12" } 2020-04-09T14:04:00.667Z: Failed Login: username=admin ip=80.10.11.12 -# failJSON: { "time": "2020-04-09T14:15:09", "match": true , "host": "80.10.11.12" } +# failJSON: { "time": "2020-04-09T16:15:09", "match": true , "host": "80.10.11.12" } 2020-04-09T14:15:09.344Z: Failed Login: username=user name ip=80.10.11.12