Skip to content

Commit

Permalink
Tests: Fix XPack upgrade tests (#32352)
Browse files Browse the repository at this point in the history
The tests refer to an old watch history template, that was
updated as part of b982e1a (initial PR
was #31873)

Closes #32307
  • Loading branch information
spinscale committed Jul 25, 2018
1 parent c0978c8 commit 41b12e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void testIndexTemplatesCreated() throws Exception {
List<String> expectedTemplates = new ArrayList<>();
// Watcher creates its templates as soon as the first watcher node connects
expectedTemplates.add(".triggered_watches");
expectedTemplates.add(".watch-history-8");
expectedTemplates.add(".watch-history-9");
expectedTemplates.add(".watches");
if (masterIsNewVersion()) {
// Everything else waits until the master is upgraded to create its templates
Expand Down

0 comments on commit 41b12e2

Please sign in to comment.