Files
fil/fixtures/error/error_invalid_mime_format.json

18 lines
358 B
JSON
Raw Normal View History

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