Files
fil/fixtures/async/async_extract_bytes_invalid_mime.json

10 lines
320 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"id": "async_extract_bytes_invalid_mime",
"category": "async",
"description": "extract_bytes unsupported MIME async",
"tags": ["async", "error"],
"call": "extract_bytes",
"input": { "data": "text/plain.txt", "mime_type": "application/x-nonexistent", "config": {} },
"assertions": [{ "type": "error" }]
}