We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb072bf commit 273378fCopy full SHA for 273378f
1 file changed
java/src/test/java/com/cybersource/ws/client/SecurityUtilSystemTest.java
@@ -181,7 +181,6 @@ public void testMerchantIdentityToKeyStore() throws Exception{
181
182
@Test
183
public void testCertificateCacheEnabled() throws Exception{
184
- merchantProperties.setProperty("keyFilename", merchantProperties.getProperty("keyAlias") + ".p12");
185
merchantProperties.setProperty("certificateCacheEnabled", "true");
186
// caching enabled (default)
187
final MerchantConfig configCertificateCachingEnabled =
0 commit comments