From 9927517f7ccb0e08a53e367c2c4c66b0ee3b8d36 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 20 May 2024 23:28:11 +0200 Subject: [PATCH] wip --- lib/logstorage/pipe_filter_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logstorage/pipe_filter_test.go b/lib/logstorage/pipe_filter_test.go index 99a4e2fbf..0c3183019 100644 --- a/lib/logstorage/pipe_filter_test.go +++ b/lib/logstorage/pipe_filter_test.go @@ -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`},