Skip to content

Commit 41b12e2

Browse files
authored
Tests: Fix XPack upgrade tests (#32352)
The tests refer to an old watch history template, that was updated as part of b982e1a (initial PR was #31873) Closes #32307
1 parent c0978c8 commit 41b12e2

File tree

1 file changed

+1
-1
lines changed
  • qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades

1 file changed

+1
-1
lines changed

qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/XPackIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public void testIndexTemplatesCreated() throws Exception {
8484
List<String> expectedTemplates = new ArrayList<>();
8585
// Watcher creates its templates as soon as the first watcher node connects
8686
expectedTemplates.add(".triggered_watches");
87-
expectedTemplates.add(".watch-history-8");
87+
expectedTemplates.add(".watch-history-9");
8888
expectedTemplates.add(".watches");
8989
if (masterIsNewVersion()) {
9090
// Everything else waits until the master is upgraded to create its templates

0 commit comments

Comments
 (0)