Skip to content

Commit 0cd3b96

Browse files
clin1234hugovk
andauthored
Update Lib/test/test_mimetypes.py
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 9568995 commit 0cd3b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_mimetypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def test_guess_known_extensions(self):
225225
def test_preferred_extension(self):
226226
def check_extensions():
227227
for mime_type, ext in (
228-
('applicaion/efi', '.efi'),
228+
('application/efi', '.efi'),
229229
("application/epub+zip", ".epub"),
230230
('application/json', '.json'),
231231
('application/manifest+json', '.webmanifest'),

0 commit comments

Comments
 (0)