Files
fil/fixtures/batch/batch_extract_bytes_mixed_format.json

20 lines
431 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"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"
}
]
}