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