Skip to content

Commit 427faa2

Browse files
committed
fix tests
1 parent 9e57f6c commit 427faa2

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
@@ -101,7 +101,7 @@ setup:
101101
- match: {esql.functions.coalesce: $functions_coalesce}
102102
- gt: {esql.functions.categorize: $functions_categorize}
103103
# Testing for the entire function set isn't feasbile, so we just check that we return the correct count as an approximation.
104-
- length: {esql.functions: 137} # check the "sister" test below for a likely update to the same esql.functions length check
104+
- length: {esql.functions: 138} # check the "sister" test below for a likely update to the same esql.functions length check
105105

106106
---
107107
"Basic ESQL usage output (telemetry) non-snapshot version":

0 commit comments

Comments
 (0)