[tests] fix syntax for Python < 3.6

no f-strings
This commit is contained in:
Mike Fährmann
2024-07-06 18:39:59 +02:00
parent da9916c01f
commit 1527ad79e2

View File

@@ -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},
)