Skip to content

Commit 3a2ff2c

Browse files
committed
Fix counts
1 parent 5374ef3 commit 3a2ff2c

File tree

1 file changed

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

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,8 @@ setup:
100100
- match: {esql.functions.cos: $functions_cos}
101101
- gt: {esql.functions.to_long: $functions_to_long}
102102
- match: {esql.functions.coalesce: $functions_coalesce}
103-
- gt: {esql.functions.categorize: $functions_categorize}
104103
# Testing for the entire function set isn't feasible, so we just check that we return the correct count as an approximation.
105-
- length: {esql.functions: 144} # check the "sister" test below for a likely update to the same esql.functions length check
104+
- length: {esql.functions: 135} # check the "sister" test below for a likely update to the same esql.functions length check
106105

107106
---
108107
"Basic ESQL usage output (telemetry) non-snapshot version":
@@ -181,5 +180,4 @@ setup:
181180
- match: {esql.functions.cos: $functions_cos}
182181
- gt: {esql.functions.to_long: $functions_to_long}
183182
- match: {esql.functions.coalesce: $functions_coalesce}
184-
- gt: {esql.functions.categorize: $functions_categorize}
185-
- length: {esql.functions: 135} # check the "sister" test above for a likely update to the same esql.functions length check
183+
- length: {esql.functions: 132} # check the "sister" test above for a likely update to the same esql.functions length check

0 commit comments

Comments
 (0)