Skip to content

Commit 4198940

Browse files
authored
fix SVG mime type (allure-framework#841)
1 parent d2499a2 commit 4198940

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
@@ -53,7 +53,7 @@ def __init__(self, mime_type, extension):
5353

5454
PNG = ("image/png", "png")
5555
JPG = ("image/jpg", "jpg")
56-
SVG = ("image/svg-xml", "svg")
56+
SVG = ("image/svg+xml", "svg")
5757
GIF = ("image/gif", "gif")
5858
BMP = ("image/bmp", "bmp")
5959
TIFF = ("image/tiff", "tiff")

0 commit comments

Comments
 (0)