Skip to content

Commit bd648af

Browse files
igogoreksseliverstov
authored andcommitted
fix minor typos (via allure-framework#167)
1 parent 47dd56f commit bd648af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

allure-python-commons/allure.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
'label',
1616
'severity',
1717
'tag',
18-
'epic'
18+
'epic',
1919
'feature',
2020
'story',
2121

2222
'link',
2323
'issue',
2424
'testcase',
2525

26-
'step'
26+
'step',
2727

28-
'dynamic'
28+
'dynamic',
2929

3030
'severity_level',
3131

allure-python-commons/src/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def __init__(self, mime_type, extension):
4848
JPG = ("image/jpg", "jpg")
4949
SVG = ("image/svg-xml", "svg")
5050
GIF = ("image/gif", "gif")
51-
BMP = ("iamge/bmp", "bmp")
51+
BMP = ("image/bmp", "bmp")
5252
TIFF = ("image/tiff", "tiff")
5353

5454
MP4 = ("video/mp4", "mp4")

0 commit comments

Comments
 (0)