Skip to content

Commit

Permalink
tests: MSGFORMAT is different in syslog-ng
Browse files Browse the repository at this point in the history
Signed-off-by: Hofi <hofione@gmail.com>
  • Loading branch information
HofiOne committed Sep 19, 2024
1 parent b384e4f commit a5f9fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/syslogformat/tests/test_syslog_format.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Test(syslog_format, rfc3164_error_missing_timestamp)
assert_log_message_value_by_name(msg, "PROGRAM", "program");
assert_log_message_value_by_name(msg, "PID", "pid");
assert_log_message_value_by_name(msg, "MSG", "message");
assert_log_message_value_by_name(msg, "MSGFORMAT", "syslog:rfc3164");
assert_log_message_value_by_name(msg, "MSGFORMAT", "rfc3164");
assert_log_message_has_tag(msg, "syslog.missing_timestamp");
assert_log_message_has_tag(msg, "syslog.rfc3164_missing_header");

Expand Down

0 comments on commit a5f9fb9

Please sign in to comment.