Skip to content

Commit

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

Closes elastic#32307
  • Loading branch information
spinscale committed Jul 25, 2018
1 parent 9f81025 commit 472e732
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 472e732

Please sign in to comment.