We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Lib/tests/test_mimetypes.py
1 parent 099943b commit ef75294Copy full SHA for ef75294
1 file changed
Lib/test/test_mimetypes.py
@@ -227,6 +227,7 @@ def check_extensions():
227
("application/epub+zip", ".epub"),
228
("application/octet-stream", ".bin"),
229
("application/dicom", ".dcm"),
230
+ ("application/efi", ".efi"),
231
("application/gzip", ".gz"),
232
("application/ogg", ".ogx"),
233
("application/pdf", ".pdf"),
0 commit comments