Merge "Two MIME types sent during test"

This commit is contained in:
Jenkins
2012年10月23日 22:19:22 +00:00
committed by Gerrit Code Review

View File

@@ -727,9 +727,9 @@ class TestContainerPathsEnv:
for f in cls.files:
file = cls.container.file(f)
if f.endswith('/'):
file.write(hdrs={'content-type': 'application/directory'})
file.write(hdrs={'Content-Type': 'application/directory'})
else:
file.write_random(cls.file_size, hdrs={'content-type':
file.write_random(cls.file_size, hdrs={'Content-Type':
'application/directory'})
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.