summaryrefslogtreecommitdiffstats
path: root/test/test_downloader.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-10-03 18:31:58 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2023-10-03 18:31:58 -0400
commitb8758ecd073910ce3220b2e68399147b425c37b8 (patch)
treed6aee20213508c8f425cbacb3d714367eca904c5 /test/test_downloader.py
parente2f67519f8c1750a71aab3dc56b8345fff21bac5 (diff)
New upstream version 1.26.0.upstream/1.26.0
Diffstat (limited to 'test/test_downloader.py')
-rw-r--r--test/test_downloader.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_downloader.py b/test/test_downloader.py
index c65be95..840e078 100644
--- a/test/test_downloader.py
+++ b/test/test_downloader.py
@@ -34,6 +34,7 @@ class FakeJob():
def __init__(self):
self.extractor = extractor.find("test:")
+ self.extractor.initialize()
self.pathfmt = path.PathFormat(self.extractor)
self.out = output.NullOutput()
self.get_logger = logging.getLogger