We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a313e3 commit e95d8abCopy full SHA for e95d8ab
1 file changed
test/functional/test_f_commitment.py
@@ -236,7 +236,7 @@ def test_encrypt_with_require_policy_fail_when_retrieving_invalid_cmm_materials(
236
required_encrypting_client = aws_encryption_sdk.EncryptionSDKClient(
237
commitment_policy=CommitmentPolicy.REQUIRE_ENCRYPT_REQUIRE_DECRYPT
238
)
239
-
+
240
provider = StaticRawMasterKeyProvider(
241
wrapping_algorithm=WrappingAlgorithm.AES_256_GCM_IV12_TAG16_NO_PADDING,
242
encryption_key_type=EncryptionKeyType.SYMMETRIC,
0 commit comments