Skip to content

Commit 831e7e0

Browse files
committed
Fixed test failure after migrating xpack ccr code to elasticsearch repository.
1 parent 5a67a0f commit 831e7e0

File tree

1 file changed

+12
-11
lines changed
  • x-pack/plugin/src/test/resources/rest-api-spec/test/xpack

1 file changed

+12
-11
lines changed

x-pack/plugin/src/test/resources/rest-api-spec/test/xpack/10_basic.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@
1010
- do:
1111
nodes.info: {}
1212

13-
- match: { nodes.$master.modules.13.name: x-pack-core }
14-
- match: { nodes.$master.modules.14.name: x-pack-deprecation }
15-
- match: { nodes.$master.modules.15.name: x-pack-graph }
16-
- match: { nodes.$master.modules.16.name: x-pack-logstash }
17-
- match: { nodes.$master.modules.17.name: x-pack-ml }
18-
- match: { nodes.$master.modules.18.name: x-pack-monitoring }
19-
- match: { nodes.$master.modules.19.name: x-pack-rollup }
20-
- match: { nodes.$master.modules.20.name: x-pack-security }
21-
- match: { nodes.$master.modules.21.name: x-pack-sql }
22-
- match: { nodes.$master.modules.22.name: x-pack-upgrade }
23-
- match: { nodes.$master.modules.23.name: x-pack-watcher }
13+
- match: { nodes.$master.modules.13.name: x-pack-ccr }
14+
- match: { nodes.$master.modules.14.name: x-pack-core }
15+
- match: { nodes.$master.modules.15.name: x-pack-deprecation }
16+
- match: { nodes.$master.modules.16.name: x-pack-graph }
17+
- match: { nodes.$master.modules.17.name: x-pack-logstash }
18+
- match: { nodes.$master.modules.18.name: x-pack-ml }
19+
- match: { nodes.$master.modules.19.name: x-pack-monitoring }
20+
- match: { nodes.$master.modules.20.name: x-pack-rollup }
21+
- match: { nodes.$master.modules.21.name: x-pack-security }
22+
- match: { nodes.$master.modules.22.name: x-pack-sql }
23+
- match: { nodes.$master.modules.23.name: x-pack-upgrade }
24+
- match: { nodes.$master.modules.24.name: x-pack-watcher }

0 commit comments

Comments
 (0)