File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ setup:
123123 - match : {esql.functions.coalesce: $functions_coalesce}
124124 - gt : {esql.functions.categorize: $functions_categorize}
125125 # Testing for the entire function set isn't feasible, so we just check that we return the correct count as an approximation.
126- - length : {esql.functions: 153 } # check the "sister" test below for a likely update to the same esql.functions length check
126+ - length : {esql.functions: 150 } # check the "sister" test below for a likely update to the same esql.functions length check
127127
128128---
129129" Basic ESQL usage output (telemetry) non-snapshot version " :
@@ -221,7 +221,7 @@ setup:
221221 - gt : {esql.functions.to_long: $functions_to_long}
222222 - match : {esql.functions.coalesce: $functions_coalesce}
223223 - gt : {esql.functions.categorize: $functions_categorize}
224- - length : {esql.functions: 144 } # check the "sister" test above for a likely update to the same esql.functions length check
224+ - length : {esql.functions: 141 } # check the "sister" test above for a likely update to the same esql.functions length check
225225
226226---
227227took :
You can’t perform that action at this time.
0 commit comments