Skip to content

Commit ead2932

Browse files
authored
[ML] Fix YAMl test to use correct query parameter type (#134999) (#135005)
1 parent 1880421 commit ead2932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/jobs_get_result_overall_buckets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ setup:
602602
ml.get_overall_buckets:
603603
job_id: "jobs-get-result-overall-buckets-*"
604604
bucket_span: "2h"
605-
overall_score: "41.0"
605+
overall_score: 41.0
606606

607607
- match: { count: 1 }
608608
- match: { overall_buckets.0.timestamp: 1464746400000 }
@@ -624,7 +624,7 @@ setup:
624624
ml.get_overall_buckets:
625625
job_id: "jobs-that-do-not-exist-*"
626626
bucket_span: "2h"
627-
overall_score: "41.0"
627+
overall_score: 41.0
628628
allow_no_match: true
629629

630630
- match: { count: 0 }

0 commit comments

Comments
 (0)