This commit is contained in:
19
fixtures/batch/batch_extract_bytes_mixed_format.json
Normal file
19
fixtures/batch/batch_extract_bytes_mixed_format.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"id": "batch_extract_bytes_mixed_format",
|
||||
"category": "batch",
|
||||
"description": "batch_extract_bytes: handles unsupported MIME gracefully",
|
||||
"call": "batch_extract_bytes",
|
||||
"input": {
|
||||
"items": [
|
||||
{
|
||||
"content": [80, 68, 70, 32, 112, 108, 97, 99, 101, 104, 111, 108, 100, 101, 114],
|
||||
"mime_type": "application/x-unknown"
|
||||
}
|
||||
]
|
||||
},
|
||||
"assertions": [
|
||||
{
|
||||
"type": "not_error"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user