aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_postprocessor.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_postprocessor.py')
-rw-r--r--test/test_postprocessor.py1
1 files changed, 1 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({