aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_postprocessor.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2024-03-25 02:57:50 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2024-03-25 02:57:50 -0400
commit039aecad63a074bdcc75bd4f30c84bdc4a1a244f (patch)
tree39997d0361f67208c716fba6717895b42ee309d1 /test/test_postprocessor.py
parent77d11300e15ee4045b187a58ee6e039624e5d69c (diff)
parent6e662211019a89caec44de8a57c675872b0b5498 (diff)
Update upstream source from tag 'upstream/1.26.9'
Update to upstream version '1.26.9' with Debian dir e04ff15132747292d335c9d456bd879aca333115
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()