Skip to content

Commit 12758fe

Browse files
committed
review remarks: rename tests
Signed-off-by: rs-eliatra <rafal.stobiecki@eliatra.com>
1 parent 04d5dcb commit 12758fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/opensearch/security/SecurityAdminTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public void testSecurityAdmin() throws Exception {
7070
}
7171

7272
@Test
73-
public void testSgAdminInvalidCert() throws Exception {
73+
public void testSecurityAdminInvalidCert() throws Exception {
7474
final Settings settings = Settings.builder()
7575
.put("plugins.security.ssl.http.enabled",true)
7676
.put("plugins.security.ssl.http.keystore_filepath", FileHelper.getAbsoluteFilePathFromClassPath("node-0-keystore.jks"))

0 commit comments

Comments
 (0)