diff --git a/lib/logstorage/parser_test.go b/lib/logstorage/parser_test.go index 7223087bf..6d2901a4d 100644 --- a/lib/logstorage/parser_test.go +++ b/lib/logstorage/parser_test.go @@ -1102,7 +1102,6 @@ func TestParseQueryFailure(t *testing.T) { // invalid stats uniq f(`foo | stats uniq`) f(`foo | stats uniq()`) - f(`foo | stats uniq() as abc`) // invalid by clause f(`foo | stats by`)