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