From b2f0745c7b4ac5541d55431aadec699d51e1e107 Mon Sep 17 00:00:00 2001 From: Dimitrios Athanasiou Date: Fri, 26 Jan 2018 18:46:11 +0000 Subject: [PATCH] [ML][TEST] Use condition_type instead of type in rule bwc test Original commit: elastic/x-pack-elasticsearch@f49fe28b4e41eb0dbecab29ef2aba84c6c66d32c --- .../rest-api-spec/test/old_cluster/30_ml_jobs_crud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/30_ml_jobs_crud.yml b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/30_ml_jobs_crud.yml index fc48514e582..e83d4450be6 100644 --- a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/30_ml_jobs_crud.yml +++ b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/30_ml_jobs_crud.yml @@ -149,7 +149,7 @@ "field_value": "uk", "condition": {"operator":"lt","value":"33.3"} }, - {"type":"categorical", "field_name":"country", "value_filter": "foo"} + {"condition_type":"categorical", "field_name":"country", "value_filter": "foo"} ] } ]