Skip to content

Commit

Permalink
Cherry-pick #24021 to 7.x: Syslog system tests: be more forgiving (#2…
Browse files Browse the repository at this point in the history
…4042)

(cherry picked from commit 768a249)
  • Loading branch information
Steffen Siering authored Feb 15, 2021
1 parent 1d281d2 commit 44efc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filebeat/tests/system/test_syslog.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def assert_syslog(self, syslog, has_address=True):
assert syslog["event.severity"] == 5
assert syslog["hostname"] == "wopr.mymachine.co"
assert syslog["input.type"] == "syslog"
assert syslog["message"] == "'su root' failed for lonvick on /dev/pts/8 0"
assert syslog["message"].startswith("'su root' failed for lonvick on /dev/pts/8")
assert syslog["process.pid"] == 2000
assert syslog["process.program"] == "postfix/smtpd"
assert syslog["syslog.facility"] == 1
Expand Down

0 comments on commit 44efc6f

Please sign in to comment.