Skip to content

Commit

Permalink
Change test jks type from PKCS to JKS
Browse files Browse the repository at this point in the history
  • Loading branch information
Akila94 committed Jul 8, 2024
1 parent b2844eb commit 145d127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ private static void populateTemplateSamples() {

private static void populateTransportSamples() {
sampleClassRepo.put("268", Sample268.class);
// sampleClassRepo.put("10102", Sample10102.class);
// sampleClassRepo.put("10103", Sample10103.class);
sampleClassRepo.put("10102", Sample10102.class);
sampleClassRepo.put("10103", Sample10103.class);
}
}
Binary file modified modules/integration/src/test/resources/transport.jks
Binary file not shown.

0 comments on commit 145d127

Please sign in to comment.