Skip to content

Commit 273378f

Browse files
committed
CYBS-737: Security Util Test case modification to cover all 3 scenarios of cert loading
1 parent fb072bf commit 273378f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

java/src/test/java/com/cybersource/ws/client/SecurityUtilSystemTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ public void testMerchantIdentityToKeyStore() throws Exception{
181181

182182
@Test
183183
public void testCertificateCacheEnabled() throws Exception{
184-
merchantProperties.setProperty("keyFilename", merchantProperties.getProperty("keyAlias") + ".p12");
185184
merchantProperties.setProperty("certificateCacheEnabled", "true");
186185
// caching enabled (default)
187186
final MerchantConfig configCertificateCachingEnabled =

0 commit comments

Comments
 (0)