Skip to content

Commit 29e68bd

Browse files
authored
[ES|QL] Fix test releases for telemetry. (#128971)
1 parent 1a76bc2 commit 29e68bd

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
@@ -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: 144} # check the "sister" test above for a likely update to the same esql.functions length check
231+
- length: {esql.functions: 145} # 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)