Skip to content

Commit 62b1c80

Browse files
authored
[TEST] Fix check for avg_over_time counter (#135637)
Fixes #135579 Fixes #135580 Fixes #135581 Fixes #135582 Fixes #135584
1 parent 614d23e commit 62b1c80

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
@@ -201,7 +201,7 @@ setup:
201201
- gt: { esql.queries._all.total: $all_total_counter }
202202
- match: { esql.queries._all.failed: $all_failed_counter }
203203
- gt: { esql.functions.min: $functions_min }
204-
- gt: { esql.functions.min: $functions_avg_over_time }
204+
- gt: { esql.functions.avg_over_time: $functions_avg_over_time }
205205

206206
# There's one of these per function but that's a ton of things to check. So we just spot check that a few exist.
207207
- exists: esql.functions.delay

0 commit comments

Comments
 (0)