From cc8e61a44f99c3a35d2457fccf73a16c0ae3b6f5 Mon Sep 17 00:00:00 2001 From: raxtemur Date: Thu, 23 Nov 2023 12:52:01 +0000 Subject: [PATCH] TLDR-517 style fix --- tests/unit_tests/test_module_attachment_extractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit_tests/test_module_attachment_extractor.py b/tests/unit_tests/test_module_attachment_extractor.py index 6a87ae38..fa596819 100644 --- a/tests/unit_tests/test_module_attachment_extractor.py +++ b/tests/unit_tests/test_module_attachment_extractor.py @@ -131,7 +131,7 @@ def test_reader_attachments_dir(self) -> None: with tempfile.TemporaryDirectory() as tmpdir: params = { - "with_attachments": True, + "with_attachments": True, "attachments_dir": tmpdir } result = docx_reader.read(path=os.path.join(self.src_dir, file_name), parameters=params)