Skip to content

Commit

Permalink
review remarks: rename tests
Browse files Browse the repository at this point in the history
Signed-off-by: rs-eliatra <rafal.stobiecki@eliatra.com>
  • Loading branch information
rs-eliatra committed Feb 24, 2022
1 parent 04d5dcb commit 12758fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void testSecurityAdmin() throws Exception {
}

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

0 comments on commit 12758fe

Please sign in to comment.