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 @@ -130,7 +130,7 @@ setup:
130130 - match : {esql.functions.coalesce: $functions_coalesce}
131131 - gt : {esql.functions.categorize: $functions_categorize}
132132 # Testing for the entire function set isn't feasible, so we just check that we return the correct count as an approximation.
133- - length : {esql.functions: 158 } # check the "sister" test below for a likely update to the same esql.functions length check
133+ - length : {esql.functions: 156 } # check the "sister" test below for a likely update to the same esql.functions length check
134134
135135---
136136" Basic ESQL usage output (telemetry) non-snapshot version " :
@@ -228,7 +228,7 @@ setup:
228228 - gt : {esql.functions.to_long: $functions_to_long}
229229 - match : {esql.functions.coalesce: $functions_coalesce}
230230 - gt : {esql.functions.categorize: $functions_categorize}
231- - length : {esql.functions: 145 } # check the "sister" test above for a likely update to the same esql.functions length check
231+ - length : {esql.functions: 146 } # check the "sister" test above for a likely update to the same esql.functions length check
232232
233233---
234234took :
You can’t perform that action at this time.
0 commit comments