Skip to content

Commit a82acac

Browse files
committed
Fix incorrect template name in test case
1 parent e9d898a commit a82acac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/AbstractUpgradeTestCase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ protected Settings restClientSettings() {
6666
}
6767

6868
protected Collection<String> templatesToWaitFor() {
69-
return Collections.singletonList(".security");
69+
return Collections.singletonList("security-index-template");
7070
}
7171

7272
@Before

0 commit comments

Comments
 (0)