Merge "Two MIME types sent during test"
This commit is contained in:
1 changed files with 2 additions and 2 deletions
@@ -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
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.