Fix incorrect template name in test case
This commit is contained in:
parent
e9d898a7f4
commit
a82acac3e7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue