diff --git a/test/test_postprocessor.py b/test/test_postprocessor.py index 25645a52..3e6d1dfa 100644 --- a/test/test_postprocessor.py +++ b/test/test_postprocessor.py @@ -442,7 +442,7 @@ class MetadataTest(BasePostprocessorTest): def test_metadata_directory_format(self): self._create( - {"directory": ["..", "json", "\fF {id // 500 * 500 + 500}"]}, + {"directory": ["..", "json", "\fE str(id // 500 * 500 + 500)"]}, {"id": 12345}, )