app/vlinsert: typo fix after 16ee470da6

This commit is contained in:
Aliaksandr Valialkin 2024-10-30 17:58:17 +01:00
parent 683f8c2780
commit d2dce13df6
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

@ -45,7 +45,7 @@ func TestProcessStreamInternal_Success(t *testing.T) {
rowsExpected = 2
timestampsExpected = []int64{1686026891735000000, 1686023292735000000}
resultExpected = `{"log.offset":"71770","log.file.path":"/var/log/auth.log","message":"foobar"}
{"message":"baz","aa":"bb"}`
{"message":"baz"}`
f(data, timeField, msgField, rowsExpected, timestampsExpected, resultExpected)
}