test/registry: add accept header test
This commit is contained in:
parent
b7573a8c88
commit
6d4300a92a
3 changed files with 28 additions and 1 deletions
|
@ -64,6 +64,7 @@ class ProtocolOptions(object):
|
|||
self.chunks_for_upload = None
|
||||
self.skip_head_checks = False
|
||||
self.manifest_content_type = None
|
||||
self.accept_mimetypes = '*/*'
|
||||
self.mount_blobs = None
|
||||
|
||||
|
||||
|
|
Reference in a new issue