mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vlinsert: typo fix after 16ee470da6
This commit is contained in:
parent
683f8c2780
commit
d2dce13df6
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue