File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,6 @@ def test_GIVEN_verification_key_AND_has_mpl_AND_not_MPLCMM_WHEN_read_header_THEN
298
298
algorithm = self .mock_header .algorithm , key_bytes = sentinel .verification_key
299
299
)
300
300
301
-
302
301
@patch ("aws_encryption_sdk.streaming_client.derive_data_encryption_key" )
303
302
@patch ("aws_encryption_sdk.streaming_client.DecryptionMaterialsRequest" )
304
303
@patch ("aws_encryption_sdk.streaming_client.Verifier" )
@@ -332,7 +331,6 @@ def test_GIVEN_decrypt_config_has_ec_AND_no_mpl_WHEN_read_header_THEN_raise_Type
332
331
# When: read header
333
332
test_decryptor ._read_header ()
334
333
335
-
336
334
@patch ("aws_encryption_sdk.streaming_client.DecryptionMaterialsRequest" )
337
335
@patch ("aws_encryption_sdk.streaming_client.derive_data_encryption_key" )
338
336
@patch ("aws_encryption_sdk.streaming_client.Verifier" )
You can’t perform that action at this time.
0 commit comments