From 31bc76628f7cc184ad66a96ba2915c3902eaeae8 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 18 Sep 2025 16:14:06 +0400 Subject: [PATCH] [ML] Fix YAMl test to use correct query parameter type --- .../rest-api-spec/test/ml/jobs_get_result_overall_buckets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/jobs_get_result_overall_buckets.yml b/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/jobs_get_result_overall_buckets.yml index aa0ef16a044ff..52f70efcf4b04 100644 --- a/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/jobs_get_result_overall_buckets.yml +++ b/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/jobs_get_result_overall_buckets.yml @@ -602,7 +602,7 @@ setup: ml.get_overall_buckets: job_id: "jobs-get-result-overall-buckets-*" bucket_span: "2h" - overall_score: "41.0" + overall_score: 41.0 - match: { count: 1 } - match: { overall_buckets.0.timestamp: 1464746400000 } @@ -624,7 +624,7 @@ setup: ml.get_overall_buckets: job_id: "jobs-that-do-not-exist-*" bucket_span: "2h" - overall_score: "41.0" + overall_score: 41.0 allow_no_match: true - match: { count: 0 }