diff --git a/test/functional/tests.py b/test/functional/tests.py index 29194964d1..82b91d9a26 100644 --- a/test/functional/tests.py +++ b/test/functional/tests.py @@ -2976,7 +2976,7 @@ class TestSlo(Base): def test_slo_container_listing(self): # the listing object size should equal the sum of the size of the # segments, not the size of the manifest body - file_item = self.env.container.file(Utils.create_name) + file_item = self.env.container.file(Utils.create_name()) file_item.write( json.dumps([self.env.seg_info['seg_a']]), parms={'multipart-manifest': 'put'})