Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kessplas committed Oct 29, 2024
1 parent 5ea80ef commit ca4b0af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,7 @@ public void testAsyncInstructionFileConfig() {

S3Client s3Client = S3EncryptionClient.builder()
.instructionFileConfig(InstructionFileConfig.builder()
.instructionFileClient(S3Client.create())
.disableInstructionFile(false)
.build())
.kmsKeyId(KMS_KEY_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,7 @@ public void testInstructionFileConfig() {

S3Client s3Client = S3EncryptionClient.builder()
.instructionFileConfig(InstructionFileConfig.builder()
.instructionFileClient(wrappedClient)
.disableInstructionFile(false)
.build())
.kmsKeyId(KMS_KEY_ID)
Expand Down

0 comments on commit ca4b0af

Please sign in to comment.