Skip to content

Commit 549ff83

Browse files
committed
fix yaml test
1 parent 629fc2e commit 549ff83

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
@@ -122,8 +122,8 @@ setup:
122122
- gt: {esql.functions.to_long: $functions_to_long}
123123
- match: {esql.functions.coalesce: $functions_coalesce}
124124
- gt: {esql.functions.categorize: $functions_categorize}
125-
# Testing for the entire function set isn't feasbile, so we just check that we return the correct count as an approximation.
126-
- length: {esql.functions: 138} # check the "sister" test below for a likely update to the same esql.functions length check
125+
# Testing for the entire function set isn't feasible, so we just check that we return the correct count as an approximation.
126+
- length: {esql.functions: 139} # check the "sister" test below for a likely update to the same esql.functions length check
127127

128128
---
129129
"Basic ESQL usage output (telemetry) non-snapshot version":

0 commit comments

Comments
 (0)