Skip to content

Commit 7544987

Browse files
fix static
1 parent 18473bd commit 7544987

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/unit/test_streaming_client_stream_decryptor.py

-2
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ def test_GIVEN_verification_key_AND_has_mpl_AND_not_MPLCMM_WHEN_read_header_THEN
298298
algorithm=self.mock_header.algorithm, key_bytes=sentinel.verification_key
299299
)
300300

301-
302301
@patch("aws_encryption_sdk.streaming_client.derive_data_encryption_key")
303302
@patch("aws_encryption_sdk.streaming_client.DecryptionMaterialsRequest")
304303
@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
332331
# When: read header
333332
test_decryptor._read_header()
334333

335-
336334
@patch("aws_encryption_sdk.streaming_client.DecryptionMaterialsRequest")
337335
@patch("aws_encryption_sdk.streaming_client.derive_data_encryption_key")
338336
@patch("aws_encryption_sdk.streaming_client.Verifier")

0 commit comments

Comments
 (0)