We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a2ffe commit 3324de4Copy full SHA for 3324de4
allure-python-commons/src/types.py
@@ -56,3 +56,5 @@ def __init__(self, mime_type, extension):
56
MP4 = ("video/mp4", "mp4")
57
OGG = ("video/ogg", "ogg")
58
WEBM = ("video/webm", "webm")
59
+
60
+ PDF = ("application/pdf", "pdf")
0 commit comments