Skip to content

Commit 8dd38a2

Browse files
committed
TLDR-922: fix tests
1 parent 0ac8c37 commit 8dd38a2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-242 Bytes
Binary file not shown.

tests/unit_tests/test_module_attachment_extractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def test_archive_with_slash(self) -> None:
9898
Tests attachment extraction from archives with files containing slash symbol in the name
9999
"""
100100
file_name_template = "attachments.{}"
101-
for extension in "7z", "tar", "tar.gz", "zip":
101+
for extension in "tar", "tar.gz", "zip":
102102
file_name = file_name_template.format(extension)
103103
files = self.__get_list_of_files_in_archive(file_name)
104104
self.assertEqual(2, len(files))

0 commit comments

Comments
 (0)