Skip to content

Commit f12c9fb

Browse files
not-napoleonJeremyDahlgren
authored andcommitted
Add Metrics Command Capability check to test that needs it (elastic#133714)
I missed one in elastic#133495 This test also uses the TS command and requires the metrics_command capability check.
1 parent 1050d0e commit f12c9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/46_downsample.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ setup:
260260
- method: POST
261261
path: /_query
262262
parameters: []
263-
capabilities: [aggregate_metric_double_implicit_casting_in_aggs]
263+
capabilities: [metrics_capability, aggregate_metric_double_implicit_casting_in_aggs]
264264
reason: "Support for casting aggregate metric double implicitly when present in aggregations"
265265

266266
- do:

0 commit comments

Comments
 (0)