Skip to content

Commit ef75294

Browse files
authored
Add support for 'application/efi' MIME type in Lib/tests/test_mimetypes.py
1 parent 099943b commit ef75294

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_mimetypes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ def check_extensions():
227227
("application/epub+zip", ".epub"),
228228
("application/octet-stream", ".bin"),
229229
("application/dicom", ".dcm"),
230+
("application/efi", ".efi"),
230231
("application/gzip", ".gz"),
231232
("application/ogg", ".ogx"),
232233
("application/pdf", ".pdf"),

0 commit comments

Comments
 (0)