Skip to content

Commit 1a4359d

Browse files
author
Anirav Kareddy
committed
fixed error message for one of the test cases to match expected one
1 parent 4a17e3b commit 1a4359d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/software/amazon/encryption/s3/S3EncryptionClientReEncryptInstructionFileTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ public void testAesReEncryptInstructionFileRejectsCustomInstructionFileSuffix()
275275
e
276276
.getMessage()
277277
.contains(
278-
"Custom Instruction file suffix is not applicable for AES keyring!"
278+
"Custom Instruction file suffix is only applicable for RSA keyring!"
279279
)
280280
);
281281
}

0 commit comments

Comments
 (0)