Skip to content

Commit 6379f46

Browse files
leontyevdvJeremyDahlgren
authored andcommitted
ES|QL: Fix release yamlRestTest (elastic#133820)
1 parent c329038 commit 6379f46

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ setup:
229229
- gt: {esql.functions.to_long: $functions_to_long}
230230
- match: {esql.functions.coalesce: $functions_coalesce}
231231
- gt: {esql.functions.categorize: $functions_categorize}
232-
- length: {esql.functions: 140} # check the "sister" test above for a likely update to the same esql.functions length check
232+
- length: {esql.functions: 141} # check the "sister" test above for a likely update to the same esql.functions length check
233233

234234
---
235235
took:

0 commit comments

Comments
 (0)