We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793eae4 commit e83487aCopy full SHA for e83487a
1 file changed
test/test.py
@@ -54,7 +54,7 @@ def test_mime_types(self):
54
self.assert_values(m, {
55
'magic._pyc_': 'application/octet-stream',
56
'test.pdf': 'application/pdf',
57
- 'test.gz': 'application/gzip',
+ 'test.gz': ('application/gzip', 'application/x-gzip'),
58
'text.txt': 'text/plain',
59
b'\xce\xbb'.decode('utf-8'): 'text/plain',
60
b'\xce\xbb': 'text/plain',
0 commit comments