Fix mimetype handling in registry tests
This commit is contained in:
parent
7a794e29c0
commit
3b4002877a
2 changed files with 3 additions and 3 deletions
|
@ -68,7 +68,7 @@ class ProtocolOptions(object):
|
|||
self.chunks_for_upload = None
|
||||
self.skip_head_checks = False
|
||||
self.manifest_content_type = None
|
||||
self.accept_mimetypes = '*/*'
|
||||
self.accept_mimetypes = None
|
||||
self.mount_blobs = None
|
||||
self.push_by_manifest_digest = False
|
||||
|
||||
|
|
Reference in a new issue