From 26b42dfbf32c9dd6e9e0bb69f70b350a6034605f Mon Sep 17 00:00:00 2001 From: Tal Levy Date: Thu, 26 Apr 2018 08:12:02 -0700 Subject: [PATCH] fix typo in xpack-rest test plugin->module --- .../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 43d98bc33e2..0474bd59dbd 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 @@ - match: { nodes.$master.modules.13.name: x-pack-core } - match: { nodes.$master.modules.14.name: x-pack-deprecation } - match: { nodes.$master.modules.15.name: x-pack-graph } - - match: { nodes.$master.plugins.16.name: x-pack-index-lifecycle } + - match: { nodes.$master.modules.16.name: x-pack-index-lifecycle } - match: { nodes.$master.modules.17.name: x-pack-logstash } - match: { nodes.$master.modules.18.name: x-pack-ml } - match: { nodes.$master.modules.19.name: x-pack-monitoring }