aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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")