Skip to content

Commit 8caeef5

Browse files
sgramponeanaiberta
authored andcommitted
Fix test
(cherry picked from commit 083bef0)
1 parent 9345956 commit 8caeef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gamutils/src/test/java/com/genexus/gam/utils/test/CertificateTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public void testLoadPem() {
7474

7575
@Test
7676
public void testLoadKey() {
77-
X509Certificate cert = CertificateUtil.getCertificate(path_RSA_sha256_2048 + "sha256_cert.Key", "", "");
77+
X509Certificate cert = CertificateUtil.getCertificate(path_RSA_sha256_2048 + "sha256_cert.key", "", "");
7878
Assert.assertNotNull("testLoadKey", cert);
7979
}
8080
}

0 commit comments

Comments
 (0)