Merge "Two MIME types sent during test"
This commit is contained in:
@@ -727,9 +727,9 @@ class TestContainerPathsEnv:
|
|||||||
for f in cls.files:
|
for f in cls.files:
|
||||||
file = cls.container.file(f)
|
file = cls.container.file(f)
|
||||||
if f.endswith('/'):
|
if f.endswith('/'):
|
||||||
file.write(hdrs={'content-type': 'application/directory'})
|
file.write(hdrs={'Content-Type': 'application/directory'})
|
||||||
else:
|
else:
|
||||||
file.write_random(cls.file_size, hdrs={'content-type':
|
file.write_random(cls.file_size, hdrs={'Content-Type':
|
||||||
'application/directory'})
|
'application/directory'})
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user