Skip to content

Commit 4d3d3b5

Browse files
authored
Update test_streaming_client_stream_decryptor.py
1 parent ef141b9 commit 4d3d3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test_streaming_client_stream_decryptor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def test_GIVEN_verification_key_AND_has_mpl_AND_has_MPLCMM_WHEN_read_header_THEN
365365
algorithm=self.mock_header.algorithm, encoded_point=mock_b64encoding()
366366
)
367367

368-
@patch("aws_encryption_sdk.streaming_client.derive_data_encryption_key")
368+
@patch("aws_encryption_sdk.streaming_client.derive_data_encryption_key")
369369
def test_read_header_frame_too_large(self, mock_derive_datakey):
370370
self.mock_header.content_type = ContentType.FRAMED_DATA
371371
self.mock_header.frame_length = 1024

0 commit comments

Comments
 (0)