app/vlinsert: typo fix after 16ee470da6

(cherry picked from commit d2dce13df6)
This commit is contained in:
Aliaksandr Valialkin 2024-10-30 17:58:17 +01:00 committed by hagen1778
parent 5fc0c50f5b
commit 0eaec9f376
No known key found for this signature in database
GPG key ID: E92986095E0DD614

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)
}