This commit is contained in:
15
fixtures/detection/detect_mime_bytes_pdf.json
Normal file
15
fixtures/detection/detect_mime_bytes_pdf.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"id": "detect_mime_bytes_pdf",
|
||||
"category": "detection",
|
||||
"description": "Detect PDF MIME type from bytes",
|
||||
"tags": ["mime_detection", "bytes", "pdf"],
|
||||
"call": "detect_mime_type_from_bytes",
|
||||
"input": {
|
||||
"data": "pdf/fake_memo.pdf"
|
||||
},
|
||||
"assertions": [
|
||||
{
|
||||
"type": "not_error"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user