Skip to content

Commit 5dc2dc0

Browse files
cjwatsondnicolodi
authored andcommitted
Add "text/org" to the MIME types expected for "example.org" in test
This was registered with IANA on 2025-09-25, see https://www.iana.org/assignments/media-types/text/org
1 parent f700fcd commit 5dc2dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beangulp/file_type_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def test_txt(self):
6868

6969
def test_org(self):
7070
self.check_mime_type(
71-
"example.org", ["text/plain", "application/vnd.lotus-organizer"]
71+
"example.org", ["text/org", "text/plain", "application/vnd.lotus-organizer"]
7272
)
7373

7474
def test_xml(self):

0 commit comments

Comments
 (0)