missing parens in functional test
I was watching the logs and noticed it creates an object named: "<bound method type.create_ascii_name of <class 'test.functional.tests.Utils'>>" Change-Id: I8dcbb40125b84a914e3c01566ae9c3f08dc9ea0f
This commit is contained in:
parent
d819ae00a5
commit
303e4a1d83
@ -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'})
|
||||
|
Loading…
Reference in New Issue
Block a user