Skip to content

Commit

Permalink
add PDF type in order to allow PDF attachments (via allure-framework#265
Browse files Browse the repository at this point in the history
)
  • Loading branch information
hosniadala-dt authored and GilBecker-Anaplan committed Apr 10, 2023
1 parent ab44c25 commit c8e1f4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions allure-python-commons/src/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ def __init__(self, mime_type, extension):
MP4 = ("video/mp4", "mp4")
OGG = ("video/ogg", "ogg")
WEBM = ("video/webm", "webm")

PDF = ("application/pdf", "pdf")

0 comments on commit c8e1f4f

Please sign in to comment.