From aadadb547ef2bd6c8b57267754dc63458fa6a2cc Mon Sep 17 00:00:00 2001 From: Colin Goodheart-Smithe Date: Fri, 3 Aug 2018 15:31:26 +0100 Subject: [PATCH] Fixes X-Pack loaded YAML test --- .../src/test/resources/rest-api-spec/test/xpack/10_basic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/test/xpack/10_basic.yml b/x-pack/plugin/src/test/resources/rest-api-spec/test/xpack/10_basic.yml index ea1f270196f..fe48a6ba62d 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/test/xpack/10_basic.yml +++ b/x-pack/plugin/src/test/resources/rest-api-spec/test/xpack/10_basic.yml @@ -13,7 +13,7 @@ - contains: { nodes.$master.modules: { name: x-pack-core } } - contains: { nodes.$master.modules: { name: x-pack-deprecation } } - contains: { nodes.$master.modules: { name: x-pack-graph } } - - contains: { nodes.$master.modules: { name: x-pack-index-lifecycle } } + - contains: { nodes.$master.modules: { name: x-pack-ilm } } - contains: { nodes.$master.modules: { name: x-pack-logstash } } - contains: { nodes.$master.modules: { name: x-pack-ml } } - contains: { nodes.$master.modules: { name: x-pack-monitoring } }