mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-23 00:30:57 +01:00
app/vlinsert: typo fix after 16ee470da6
(cherry picked from commit d2dce13df6
)
This commit is contained in:
parent
5fc0c50f5b
commit
0eaec9f376
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user