aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2022-10-17 03:44:10 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2022-10-17 03:44:10 -0400
commit6fa3c3d58670e90b140eeaa759773a3fe749321d (patch)
tree1060614e4c8708f59ac27e1ab9e20d6c3e42e806 /test
parent71693e4757b29b478b4ef7c876c24aa7426a58e1 (diff)
parent78e2d1672e4301497f786cd03637de9ddbc717ac (diff)
Update upstream source from tag 'upstream/1.23.3'
Update to upstream version '1.23.3' with Debian dir 9ed24fbe8a8282e29b08d37ad95a98d733c8d145
Diffstat (limited to 'test')
-rw-r--r--test/test_postprocessor.py1
-rw-r--r--test/test_results.py4
2 files changed, 5 insertions, 0 deletions
diff --git a/test/test_postprocessor.py b/test/test_postprocessor.py
index af8b0af..ba37ee0 100644
--- a/test/test_postprocessor.py
+++ b/test/test_postprocessor.py
@@ -267,6 +267,7 @@ class MetadataTest(BasePostprocessorTest):
test({"mode": "custom", "content-format": "{foo}\n{missing}\n"})
test({"mode": "custom", "content-format": ["{foo}", "{missing}"]})
test({"mode": "custom", "format": "{foo}\n{missing}\n"})
+ test({"format": "{foo}\n{missing}\n"})
def test_metadata_extfmt(self):
pp = self._create({
diff --git a/test/test_results.py b/test/test_results.py
index d3debc6..e594933 100644
--- a/test/test_results.py
+++ b/test/test_results.py
@@ -330,6 +330,10 @@ def setup_test_config():
config.set(("extractor", "mastodon.social"), "access-token",
"Blf9gVqG7GytDTfVMiyYQjwVMQaNACgf3Ds3IxxVDUQ")
+ config.set(("extractor", "nana"), "favkey",
+ "9237ddb82019558ea7d179e805100805"
+ "ea6aa1c53ca6885cd4c179f9fb22ead2")
+
config.set(("extractor", "deviantart"), "client-id", "7777")
config.set(("extractor", "deviantart"), "client-secret",
"ff14994c744d9208e5caeec7aab4a026")