This commit is contained in:
Aliaksandr Valialkin 2024-05-20 23:28:11 +02:00
parent 15c6bf4498
commit 9927517f7c
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

@ -41,7 +41,7 @@ func TestPipeFilter(t *testing.T) {
}, [][]Field{}) }, [][]Field{})
// filter match // filter match
f("filter _msg:foo", [][]Field{ f("filter foo", [][]Field{
{ {
{"_msg", `{"foo":"bar"}`}, {"_msg", `{"foo":"bar"}`},
{"a", `test`}, {"a", `test`},