mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-31 15:06:26 +00:00
wip
This commit is contained in:
parent
15c6bf4498
commit
9927517f7c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ func TestPipeFilter(t *testing.T) {
|
|||
}, [][]Field{})
|
||||
|
||||
// filter match
|
||||
f("filter _msg:foo", [][]Field{
|
||||
f("filter foo", [][]Field{
|
||||
{
|
||||
{"_msg", `{"foo":"bar"}`},
|
||||
{"a", `test`},
|
||||
|
|
Loading…
Reference in a new issue