10 lines
287 B
JSON
10 lines
287 B
JSON
|
|
{
|
||
|
|
"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" }]
|
||
|
|
}
|