Skip to content

Commit 54a9502

Browse files
committed
Change number of functions again
1 parent 6e29b57 commit 54a9502

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
@@ -92,7 +92,7 @@ setup:
9292
- gt: {esql.functions.to_long: $functions_to_long}
9393
- match: {esql.functions.coalesce: $functions_coalesce}
9494
# Testing for the entire function set isn't feasbile, so we just check that we return the correct count as an approximation.
95-
- length: {esql.functions: 134} # check the "sister" test below for a likely update to the same esql.functions length check
95+
- length: {esql.functions: 133} # check the "sister" test below for a likely update to the same esql.functions length check
9696

9797
---
9898
"Basic ESQL usage output (telemetry) non-snapshot version":

0 commit comments

Comments
 (0)