Skip to content

Commit 3324de4

Browse files
hosniadala-dtsseliverstov
authored andcommitted
add PDF type in order to allow PDF attachments (via #265)
1 parent 22a2ffe commit 3324de4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

allure-python-commons/src/types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ def __init__(self, mime_type, extension):
5656
MP4 = ("video/mp4", "mp4")
5757
OGG = ("video/ogg", "ogg")
5858
WEBM = ("video/webm", "webm")
59+
60+
PDF = ("application/pdf", "pdf")

0 commit comments

Comments
 (0)