There was an error while loading. Please reload this page.
1 parent d2499a2 commit 4198940Copy full SHA for 4198940
allure-python-commons/src/types.py
@@ -53,7 +53,7 @@ def __init__(self, mime_type, extension):
53
54
PNG = ("image/png", "png")
55
JPG = ("image/jpg", "jpg")
56
- SVG = ("image/svg-xml", "svg")
+ SVG = ("image/svg+xml", "svg")
57
GIF = ("image/gif", "gif")
58
BMP = ("image/bmp", "bmp")
59
TIFF = ("image/tiff", "tiff")
0 commit comments