Files
fil/fixtures/async/async_extract_bytes_empty_mime.json

10 lines
287 B
JSON
Raw Permalink Normal View History

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