summaryrefslogtreecommitdiffstats
path: root/test/test_postprocessor.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_postprocessor.py')
-rw-r--r--test/test_postprocessor.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_postprocessor.py b/test/test_postprocessor.py
index fb1d739..0ee7cdb 100644
--- a/test/test_postprocessor.py
+++ b/test/test_postprocessor.py
@@ -30,7 +30,8 @@ class MockPostprocessorModule(Mock):
class FakeJob():
- def __init__(self, extr=extractor.find("test:")):
+ def __init__(self, extr=extractor.find("generic:https://example.org/")):
+ extr.directory_fmt = ("{category}",)
self.extractor = extr
self.pathfmt = path.PathFormat(extr)
self.out = output.NullOutput()