summaryrefslogtreecommitdiffstats
path: root/test/test_downloader.py
diff options
context:
space:
mode:
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