Skip to content

Commit befe45d

Browse files
fix
1 parent 19712e3 commit befe45d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/unit/test_streaming_client_stream_decryptor.py

-4
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,8 @@ def test_read_header(self, mock_derive_datakey, mock_decrypt_materials_request,
195195
test_decryptor._stream_length = len(VALUES["data_128"])
196196

197197
# Mock: hasattr(self.config, "encryption_context") returns False
198-
<<<<<<< HEAD
199-
del test_decryptor.config.encryption_context
200-
=======
201198
if hasattr(test_decryptor.config, "encryption_context"):
202199
del test_decryptor.config.encryption_context
203-
>>>>>>> mpl-reviewed
204200

205201
test_header, test_header_auth = test_decryptor._read_header()
206202

0 commit comments

Comments
 (0)