We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b1a52 commit f17247eCopy full SHA for f17247e
cardinal_pythonlib/tests/extract_text_tests.py
@@ -700,7 +700,7 @@ def test_attachment_converted(self) -> None:
700
mock_attachment = mock.Mock(
701
# null termination seen in the real world
702
# https://github.com/TeamMsgExtractor/msg-extractor/issues/464
703
- extension=".docx",
+ extension=".docx\x00",
704
data=BytesIO(docx).read(),
705
)
706
mock_msgfile = mock.Mock(
0 commit comments