ARTEMIS-3155 fix test

This commit is contained in:
Justin Bertram 2021-03-29 11:38:11 -05:00
parent fe3851ff6d
commit 0ca413004b
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class SSLProviderTwoWayTest extends SSLTestBase {
params.put(TransportConstants.TRUSTSTORE_PATH_PROP_NAME, SERVER_SIDE_TRUSTSTORE);
params.put(TransportConstants.TRUSTSTORE_PASSWORD_PROP_NAME, PASSWORD);
params.put(TransportConstants.TRUSTSTORE_PROVIDER_PROP_NAME, "JKS");
params.put(TransportConstants.TRUSTSTORE_TYPE_PROP_NAME, "JKS");
params.put(TransportConstants.NEED_CLIENT_AUTH_PROP_NAME, true);
}