Fix incorrect template name in test case

This commit is contained in:
Ryan Ernst 2018-05-10 22:34:38 -07:00
parent e9d898a7f4
commit a82acac3e7
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public abstract class AbstractUpgradeTestCase extends ESRestTestCase {
}
protected Collection<String> templatesToWaitFor() {
return Collections.singletonList(".security");
return Collections.singletonList("security-index-template");
}
@Before