Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ravjotbrar committed Dec 14, 2023
1 parent 8ed561a commit 71dbfd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public void testGetCertificateInputStreamFromLinuxSystem() throws IOException,
.thenReturn(keyStoreMock);
clientAuthenticationUtilsMockedStatic
.when(ClientAuthenticationUtils::getKeystoreInputStream)
thenCallRealMethod();
.thenCallRealMethod();
keyStoreMockedStatic.when(KeyStore::getDefaultType).thenCallRealMethod();

InputStream inputStream = ClientAuthenticationUtils.getCertificateInputStreamFromSystem("changeit");
Expand Down

0 comments on commit 71dbfd9

Please sign in to comment.