mirror of https://github.com/shred/acme4j
Fix a style warning
parent
2eb59ef364
commit
f434fd70b4
|
@ -238,6 +238,7 @@ public class CertificateTest {
|
|||
* Test that a certificate can be revoked by its domain key pair.
|
||||
*/
|
||||
@Test
|
||||
@SuppressWarnings("resource")
|
||||
public void testRevokeCertificateByKeyPair() throws AcmeException, IOException {
|
||||
final List<X509Certificate> originalCert = TestUtils.createCertificate();
|
||||
final KeyPair certKeyPair = TestUtils.createDomainKeyPair();
|
||||
|
|
Loading…
Reference in New Issue