diff --git a/lib/logstorage/pipe_unpack_json_test.go b/lib/logstorage/pipe_unpack_json_test.go index f37cfc51f..3dd284c75 100644 --- a/lib/logstorage/pipe_unpack_json_test.go +++ b/lib/logstorage/pipe_unpack_json_test.go @@ -34,7 +34,6 @@ func TestParsePipeUnpackJSONFailure(t *testing.T) { f(`unpack_json if`) f(`unpack_json if (x:y) foobar`) f(`unpack_json from`) - f(`unpack_json from if`) f(`unpack_json from x y`) f(`unpack_json from x if`) f(`unpack_json from x result_prefix`) diff --git a/lib/logstorage/pipe_unpack_logfmt_test.go b/lib/logstorage/pipe_unpack_logfmt_test.go index 7da7dba4f..28f42ecf9 100644 --- a/lib/logstorage/pipe_unpack_logfmt_test.go +++ b/lib/logstorage/pipe_unpack_logfmt_test.go @@ -30,7 +30,6 @@ func TestParsePipeUnpackLogfmtFailure(t *testing.T) { f(`unpack_logfmt if`) f(`unpack_logfmt if (x:y) foobar`) f(`unpack_logfmt from`) - f(`unpack_logfmt from if`) f(`unpack_logfmt from x y`) f(`unpack_logfmt from x if`) f(`unpack_logfmt from x result_prefix`)