From 33d1b025605d4273b15f0480dbc874e79e8ac324 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 20 May 2024 23:29:17 +0200 Subject: [PATCH] wip --- lib/logstorage/pipe_offset_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/logstorage/pipe_offset_test.go b/lib/logstorage/pipe_offset_test.go index 87d111ce0..57f62a719 100644 --- a/lib/logstorage/pipe_offset_test.go +++ b/lib/logstorage/pipe_offset_test.go @@ -61,8 +61,8 @@ func TestPipeOffset(t *testing.T) { }, }, [][]Field{ { - {"_msg", `{"foo":"bar"}`}, - {"a", `test`}, + {"_msg", `abc`}, + {"a", `aiewr`}, }, })