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{})
// filter match
f("filter _msg:foo", [][]Field{
f("filter foo", [][]Field{
{
{"_msg", `{"foo":"bar"}`},
{"a", `test`},