We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87374f7 commit 8e6b9e5Copy full SHA for 8e6b9e5
decrypt_oracle/test/integration/integration_test_utils.py
@@ -29,7 +29,7 @@
29
_KMS_MKP = None
30
_ENDPOINT = None
31
32
-CLIENT = aws_encryption_sdk.EncryptionSDKClient(commitment_policy=CommitmentPolicy.REQUIRE_ENCRYPT_ALLOW_DECRYPT)
+CLIENT = aws_encryption_sdk.EncryptionSDKClient(commitment_policy=CommitmentPolicy.FORBID_ENCRYPT_ALLOW_DECRYPT)
33
34
35
def decrypt_endpoint() -> Text:
0 commit comments