Files
fil/fixtures/detection/get_extensions_unknown_mime.json

12 lines
299 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"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" }]
}