Skip to content

Commit fc1d967

Browse files
committed
fix test
1 parent d77eb0e commit fc1d967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/application/CreateCertificateTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public void setup(@TempDir Path tempDir) throws Exception {
7979

8080
certificateController = new CertificateTabController(new CertificateTab());
8181
certificateController.exportCertificate(certificate, outputFileCertificate);
82-
certificateController.exportPrivateKey(certificate, outputFilePrivateKey);
82+
certificateController.exportPrivateKeyPemFormat(certificate, outputFilePrivateKey);
8383

8484
assertEquals(subject, certificate.getIssuer());
8585
}

0 commit comments

Comments
 (0)