diff options
| author | 2022-10-17 03:44:04 -0400 | |
|---|---|---|
| committer | 2022-10-17 03:44:04 -0400 | |
| commit | 78e2d1672e4301497f786cd03637de9ddbc717ac (patch) | |
| tree | d74e3d9f54f1982c88feabe84f2804fc00beae5f /test/test_postprocessor.py | |
| parent | b2d8a54ecf4157570d00a8b974a779766822bf4b (diff) | |
New upstream version 1.23.3.upstream/1.23.3
Diffstat (limited to 'test/test_postprocessor.py')
| -rw-r--r-- | test/test_postprocessor.py | 1 |
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({ |
