Skip to content

Commit ea324e4

Browse files
committed
Fix functions count after removing to_geoshape methods
1 parent 71b6b33 commit ea324e4

File tree

1 file changed

+2
-2
lines changed
  • x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql

1 file changed

+2
-2
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
---
227227
took:

0 commit comments

Comments
 (0)