Skip to content

Commit d7e2fba

Browse files
Method name modified.
1 parent 4d3b762 commit d7e2fba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

splunk/src/test/java/com/splunk/HttpCertificateValidationTest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@
3131
public class HttpCertificateValidationTest extends SDKTestCase {
3232
private HttpService httpService;
3333

34+
/**
35+
* This method will be executed when class is loaded.
36+
*/
3437
@BeforeClass
35-
public static void ignoreCertificateValidation() {
38+
public static void preClassLoadActions() {
3639
// Bypass the certification validation here.
3740
HttpService.setValidateCertificates(false);
3841
}

0 commit comments

Comments
 (0)