Skip to content

Commit c31ce12

Browse files
committed
Update usage
1 parent 9a688ac commit c31ce12

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
@@ -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
---
234234
took:

0 commit comments

Comments
 (0)