Skip to content

Commit 899a434

Browse files
committed
Add text/org MIME type
This was registered with IANA on 2025-09-25 (https://www.iana.org/assignments/media-types/text/org), and the test file is detected as `text/org` on current Debian testing.
1 parent c5e8188 commit 899a434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)