We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0978c8 commit 41b12e2Copy full SHA for 41b12e2
qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/XPackIT.java
@@ -84,7 +84,7 @@ public void testIndexTemplatesCreated() throws Exception {
84
List<String> expectedTemplates = new ArrayList<>();
85
// Watcher creates its templates as soon as the first watcher node connects
86
expectedTemplates.add(".triggered_watches");
87
- expectedTemplates.add(".watch-history-8");
+ expectedTemplates.add(".watch-history-9");
88
expectedTemplates.add(".watches");
89
if (masterIsNewVersion()) {
90
// Everything else waits until the master is upgraded to create its templates
0 commit comments