We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d5dcb commit 12758feCopy full SHA for 12758fe
src/test/java/org/opensearch/security/SecurityAdminTests.java
@@ -70,7 +70,7 @@ public void testSecurityAdmin() throws Exception {
70
}
71
72
@Test
73
- public void testSgAdminInvalidCert() throws Exception {
+ public void testSecurityAdminInvalidCert() throws Exception {
74
final Settings settings = Settings.builder()
75
.put("plugins.security.ssl.http.enabled",true)
76
.put("plugins.security.ssl.http.keystore_filepath", FileHelper.getAbsoluteFilePathFromClassPath("node-0-keystore.jks"))
0 commit comments