Skip to content

Commit 360ef75

Browse files
committed
Fix telemetry usage test
1 parent 2e5a3fa commit 360ef75

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
@@ -129,7 +129,7 @@ setup:
129129
- match: {esql.functions.coalesce: $functions_coalesce}
130130
- gt: {esql.functions.categorize: $functions_categorize}
131131
# Testing for the entire function set isn't feasible, so we just check that we return the correct count as an approximation.
132-
- length: {esql.functions: 171} # check the "sister" test below for a likely update to the same esql.functions length check
132+
- length: {esql.functions: 172} # check the "sister" test below for a likely update to the same esql.functions length check
133133

134134
---
135135
"Basic ESQL usage output (telemetry) non-snapshot version":

0 commit comments

Comments
 (0)