File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/test/java/software/amazon/encryption/s3 Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -311,8 +311,8 @@ public void testRsaKeyringMatDescOverridesPutObjectEncryptionContext() {
311311 S3EncryptionClient client = S3EncryptionClient .builder ()
312312 .keyring (rsaKeyring )
313313 .build ();
314- final String input = "Testing Materials Description in Instruction File!" ;
315- final String objectKey = appendTestSuffix ("test-rsa-materials-description-in-instruction-file" );
314+ final String input = "Testing Materials Description in Instruction File and not Encryption Context !" ;
315+ final String objectKey = appendTestSuffix ("test-rsa-materials-description-in-instruction-file-and-not-encryption-context " );
316316 final String encryptionContext = "{\" admin\" :\" yes\" }" ;
317317
318318 client .putObject (builder -> builder
@@ -333,8 +333,6 @@ public void testRsaKeyringMatDescOverridesPutObjectEncryptionContext() {
333333 assertEquals ("1.0" , matDescNode .asObject ().get ("version" ).asString ());
334334 assertNull (matDescNode .asObject ().get ("admin" ));
335335
336- deleteObject (BUCKET , objectKey , client );
337-
338336 }
339337
340338}
You can’t perform that action at this time.
0 commit comments