Skip to content

Commit

Permalink
Syslog system tests: be more forgiving (elastic#24021)
Browse files Browse the repository at this point in the history
(cherry picked from commit 768a249)
  • Loading branch information
Steffen Siering committed Feb 15, 2021
1 parent 4beed91 commit 2d69897
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 2d69897

Please sign in to comment.