Files
fil/fixtures/error/error_unsupported_mime.json

18 lines
367 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"id": "error_unsupported_mime",
"category": "error",
"description": "Error when extracting with unsupported MIME type",
"tags": ["error", "input", "mime"],
"call": "extract_bytes_sync",
"input": {
"data": "text/plain.txt",
"mime_type": "application/x-nonexistent",
"config": {}
},
"assertions": [
{
"type": "error"
}
]
}