Skip to content

Commit

Permalink
[chore] fix failing syslog load test
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Jan 14, 2025
1 parent 09d4ae3 commit 275b473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testbed/tests/syslog_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func TestSyslogComplementaryRFC5424(t *testing.T) {
func TestSyslogComplementaryRFC3164(t *testing.T) {
expectedData := []expectedDataType{
{
message: "<34>Oct 11 22:14:15 mymachine su: 'su root' failed for lonvick on /dev/pts/8",
message: "<34>Oct 11 2023 22:14:15 mymachine su: 'su root' failed for lonvick on /dev/pts/8",
timestamp: 1697062455000000000,
severityNumber: 18,
severityText: "crit",
Expand All @@ -82,7 +82,7 @@ func TestSyslogComplementaryRFC3164(t *testing.T) {
},
},
{
message: "<19>Oct 11 22:14:15 - -",
message: "<19>Oct 11 2023 22:14:15 - -",
timestamp: 1697062455000000000,
severityNumber: 17,
severityText: "err",
Expand Down

0 comments on commit 275b473

Please sign in to comment.