We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7793a70 commit 9ebd24eCopy full SHA for 9ebd24e
allure-python-commons/src/types.py
@@ -40,7 +40,7 @@ def __init__(self, mime_type, extension):
40
TSV = ("text/tab-separated-values", "tsv")
41
URI_LIST = ("text/uri-list", "uri")
42
43
- HTML = ("application/html", "html")
+ HTML = ("text/html", "html")
44
XML = ("application/xml", "xml")
45
JSON = ("application/json", "json")
46
YAML = ("application/yaml", "yaml")
0 commit comments