File tree 2 files changed +3
-2
lines changed
test_vector_handlers/src/awses_test_vectors/manifests/full_message
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ phases:
23
23
- unzip 312_hkeyring_manifest.zip
24
24
25
25
# Download published .NET ESDK so we don't have to build from source
26
- dotnet add package AWS.Cryptography.EncryptionSDK --version 4.0.1
26
+ - dotnet add package AWS.Cryptography.EncryptionSDK --version 4.0.1
27
27
28
28
# Clone SDK-Dafny repo to get test vectors runner
29
29
-
git clone [email protected] :aws/aws-encryption-sdk-dafny.git
Original file line number Diff line number Diff line change @@ -309,7 +309,8 @@ def master_key_provider_fn():
309
309
encryption_context = {}
310
310
311
311
# MPL test vectors add CMM types to the test vectors manifests
312
- if "cmm" in scenario :
312
+ if "cmm" in scenario \
313
+ and scenario ["cmm" ] is not None :
313
314
if scenario ["cmm" ] == "Default" :
314
315
# Master keys and keyrings can handle default CMM
315
316
cmm_type = scenario ["cmm" ]
You can’t perform that action at this time.
0 commit comments