Skip to content

Commit

Permalink
Compile error test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivassile committed Aug 19, 2024
1 parent 1eb5d16 commit 7f462ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ public void testOcspGood() throws Throwable {

@Test
public void testOcspRevoked() throws Throwable {
DefinedCAIdentity ca = caGenerationTool.getDefinedCAIdentity(Identity.CA);
DefinedCAIdentity ca = caGenerationTool.getDefinedCAIdentity(Identity.CA, 1);
DefinedIdentity scarab = caGenerationTool.getDefinedIdentity(Identity.SCARAB);
SSLContext serverContext = new SSLContextBuilder()
.setSecurityDomain(getKeyStoreBackedSecurityDomain(caGenerationTool.getBeetlesKeyStore()))
Expand Down

0 comments on commit 7f462ff

Please sign in to comment.