Files
fil/fixtures/detection/get_extensions_unknown_mime.json
Henrik Jess Nielsen b4c07d3693
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 49s
Nomad changes
2026-06-01 23:40:55 +02:00

12 lines
299 B
JSON

{
"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" }]
}