Skip to content

Commit b7a53b0

Browse files
Merge branch 'main' into dfs_shard_metrics
2 parents e457482 + 62b1c80 commit b7a53b0

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)