File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 20
20
# ESDK client. Used to encrypt/decrypt in each test.
21
21
client = aws_encryption_sdk .EncryptionSDKClient ()
22
22
23
- # MPL client. Used to create keyrings .
23
+ # MPL client. Used to create CMMs .
24
24
mpl_client : AwsCryptographicMaterialProviders = AwsCryptographicMaterialProviders (
25
25
config = MaterialProvidersConfig ()
26
26
)
Original file line number Diff line number Diff line change 27
27
from cryptography .hazmat .primitives import serialization as crypto_serialization
28
28
from cryptography .hazmat .primitives .asymmetric import rsa
29
29
30
- import aws_encryption_sdk
31
30
32
31
pytestmark = [pytest .mark .integ ]
33
32
34
- # ESDK client. Used to encrypt/decrypt in each test.
35
- client = aws_encryption_sdk .EncryptionSDKClient ()
36
33
37
34
# MPL client. Used to create keyrings.
38
35
mpl_client : AwsCryptographicMaterialProviders = AwsCryptographicMaterialProviders (
You can’t perform that action at this time.
0 commit comments