This commit is contained in:
Anthony Corbacho 2016-11-02 12:24:43 +09:00
parent bab7e60078
commit 30815c1f00
2 changed files with 2 additions and 2 deletions

View file

@ -223,7 +223,7 @@ public abstract class AbstractTestRestApi {
}
}
protected static void startUpWithAutenticationEnabled() throws Exception {
protected static void startUpWithAuthenticationEnable() throws Exception {
start(true);
}

View file

@ -46,7 +46,7 @@ public class NotebookSecurityRestApiTest extends AbstractTestRestApi {
@BeforeClass
public static void init() throws Exception {
AbstractTestRestApi.startUpWithAutenticationEnabled();
AbstractTestRestApi.startUpWithAuthenticationEnable();
}
@AfterClass