[tests] fix syntax for Python < 3.6

no f-strings
pull/5870/head
Mike Fährmann 3 months ago
parent da9916c01f
commit 1527ad79e2
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -442,7 +442,7 @@ class MetadataTest(BasePostprocessorTest):
def test_metadata_directory_format(self): def test_metadata_directory_format(self):
self._create( self._create(
{"directory": ["..", "json", "\fF {id // 500 * 500 + 500}"]}, {"directory": ["..", "json", "\fE str(id // 500 * 500 + 500)"]},
{"id": 12345}, {"id": 12345},
) )

Loading…
Cancel
Save