This commit is contained in:
11
fixtures/detection/get_extensions_unknown_mime.json
Normal file
11
fixtures/detection/get_extensions_unknown_mime.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "get_extensions_unknown_mime",
|
||||
"category": "detection",
|
||||
"description": "get_extensions unknown MIME",
|
||||
"tags": ["mime_detection", "error"],
|
||||
"call": "get_extensions_for_mime",
|
||||
"input": {
|
||||
"mime_type": "application/x-totally-unknown"
|
||||
},
|
||||
"assertions": [{ "type": "error" }]
|
||||
}
|
||||
Reference in New Issue
Block a user