Skip to content

Commit 53092d4

Browse files
ES|QL: Fix funciton Telemetry tests (elastic#116470)
1 parent 2e0bfe7 commit 53092d4

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
@@ -162,4 +162,4 @@ setup:
162162
- match: {esql.functions.cos: $functions_cos}
163163
- gt: {esql.functions.to_long: $functions_to_long}
164164
- match: {esql.functions.coalesce: $functions_coalesce}
165-
- length: {esql.functions: 118} # check the "sister" test above for a likely update to the same esql.functions length check
165+
- length: {esql.functions: 116} # check the "sister" test above for a likely update to the same esql.functions length check

0 commit comments

Comments
 (0)