Skip to content

Commit 9ebd24e

Browse files
SUNx2YCHsseliverstov
authored andcommitted
Fix MIME type for HTML attachment (via #187)
1 parent 7793a70 commit 9ebd24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allure-python-commons/src/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def __init__(self, mime_type, extension):
4040
TSV = ("text/tab-separated-values", "tsv")
4141
URI_LIST = ("text/uri-list", "uri")
4242

43-
HTML = ("application/html", "html")
43+
HTML = ("text/html", "html")
4444
XML = ("application/xml", "xml")
4545
JSON = ("application/json", "json")
4646
YAML = ("application/yaml", "yaml")

0 commit comments

Comments
 (0)