Skip to content

Commit e95d8ab

Browse files
committed
fix static analysis
1 parent 4a313e3 commit e95d8ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/functional/test_f_commitment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def test_encrypt_with_require_policy_fail_when_retrieving_invalid_cmm_materials(
236236
required_encrypting_client = aws_encryption_sdk.EncryptionSDKClient(
237237
commitment_policy=CommitmentPolicy.REQUIRE_ENCRYPT_REQUIRE_DECRYPT
238238
)
239-
239+
240240
provider = StaticRawMasterKeyProvider(
241241
wrapping_algorithm=WrappingAlgorithm.AES_256_GCM_IV12_TAG16_NO_PADDING,
242242
encryption_key_type=EncryptionKeyType.SYMMETRIC,

0 commit comments

Comments
 (0)