This commit is contained in:
9
fixtures/async/async_extract_bytes_invalid_mime.json
Normal file
9
fixtures/async/async_extract_bytes_invalid_mime.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"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" }]
|
||||
}
|
||||
Reference in New Issue
Block a user