Skip to content

Commit d4266a4

Browse files
clean
1 parent 0b8a4af commit d4266a4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

test/mpl/integ/test_required_ec_cmm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# ESDK client. Used to encrypt/decrypt in each test.
2121
client = aws_encryption_sdk.EncryptionSDKClient()
2222

23-
# MPL client. Used to create keyrings.
23+
# MPL client. Used to create CMMs.
2424
mpl_client: AwsCryptographicMaterialProviders = AwsCryptographicMaterialProviders(
2525
config=MaterialProvidersConfig()
2626
)

test/mpl/utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,9 @@
2727
from cryptography.hazmat.primitives import serialization as crypto_serialization
2828
from cryptography.hazmat.primitives.asymmetric import rsa
2929

30-
import aws_encryption_sdk
3130

3231
pytestmark = [pytest.mark.integ]
3332

34-
# ESDK client. Used to encrypt/decrypt in each test.
35-
client = aws_encryption_sdk.EncryptionSDKClient()
3633

3734
# MPL client. Used to create keyrings.
3835
mpl_client: AwsCryptographicMaterialProviders = AwsCryptographicMaterialProviders(

0 commit comments

Comments
 (0)