aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_postprocessor.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-11-04 18:45:48 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2023-11-04 18:45:48 -0400
commit7997fa94c82f9a6db63421c0af433f325a8aa607 (patch)
tree25e8377f1d038f8dad93e2c54c12beacbc65f470 /test/test_postprocessor.py
parente052f3b9e1d9703a5a466daeaf37bacf476c2daf (diff)
New upstream version 1.26.2.upstream/1.26.2
Diffstat (limited to 'test/test_postprocessor.py')
-rw-r--r--test/test_postprocessor.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_postprocessor.py b/test/test_postprocessor.py
index b64df88..fb1d739 100644
--- a/test/test_postprocessor.py
+++ b/test/test_postprocessor.py
@@ -365,8 +365,8 @@ class MetadataTest(BasePostprocessorTest):
self._create(
{"mode": "tags"},
{"tags": [
- {"g": "foobar1", "m": "foobar2"},
- {"g": None, "m": "foobarbaz"}
+ {"g": "foobar1", "m": "foobar2", "u": True},
+ {"g": None, "m": "foobarbaz", "u": [3, 4]},
]},
)
with patch("builtins.open", mock_open()) as m: