20 lines
376 B
JSON
20 lines
376 B
JSON
{
|
|
"id": "batch_extract_bytes_sync_invalid_mime",
|
|
"category": "batch",
|
|
"description": "batch_extract_bytes_sync: unsupported MIME",
|
|
"call": "batch_extract_bytes_sync",
|
|
"input": {
|
|
"items": [
|
|
{
|
|
"content": [100, 97, 116, 97],
|
|
"mime_type": "application/x-unknown"
|
|
}
|
|
]
|
|
},
|
|
"assertions": [
|
|
{
|
|
"type": "not_error"
|
|
}
|
|
]
|
|
}
|