Skip to content

Commit 35aea72

Browse files
ES|QL: Fix telemetry tests after addition of CONTAINS function (#133463)
1 parent 13fbfc2 commit 35aea72

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
@@ -141,7 +141,7 @@ setup:
141141
- method: POST
142142
path: /_query
143143
parameters: []
144-
capabilities: [ non_snapshot_test_for_telemetry, fn_month_name ]
144+
capabilities: [ non_snapshot_test_for_telemetry, fn_contains ]
145145
reason: "Test that should only be executed on release versions"
146146

147147
- do: {xpack.usage: {}}
@@ -229,7 +229,7 @@ setup:
229229
- gt: {esql.functions.to_long: $functions_to_long}
230230
- match: {esql.functions.coalesce: $functions_coalesce}
231231
- gt: {esql.functions.categorize: $functions_categorize}
232-
- length: {esql.functions: 139} # check the "sister" test above for a likely update to the same esql.functions length check
232+
- length: {esql.functions: 140} # check the "sister" test above for a likely update to the same esql.functions length check
233233

234234
---
235235
took:

0 commit comments

Comments
 (0)