Skip to content

Commit 832a871

Browse files
committed
fixed syntax error
1 parent eb6b34b commit 832a871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/syslogparser/rfc3164/rfc3164_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ func (s *Rfc3164TestSuite) TestParseTag_TrailingSpace(c *C) {
249249
buff := []byte("apache2: ")
250250
tag := "apache2"
251251

252-
s.assertTag(c, tag, ", buff, len(buff), nil)
252+
s.assertTag(c, tag, "", buff, len(buff), nil)
253253
}
254254

255255
func (s *Rfc3164TestSuite) TestParseTag_NoTag(c *C) {

0 commit comments

Comments
 (0)