Files
fil/fixtures/batch/batch_extract_bytes_happy.json

31 lines
693 B
JSON
Raw Permalink Normal View History

2026-06-01 23:40:55 +02:00
{
"id": "batch_extract_bytes_happy",
"category": "batch",
"description": "batch_extract_bytes: happy path with mixed inputs",
"call": "batch_extract_bytes",
"input": {
"items": [
{
"content": [72, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 100, 33],
"mime_type": "text/plain"
},
{
"content": [
60, 104, 116, 109, 108, 62, 60, 98, 111, 100, 121, 62, 84, 101, 115, 116, 60, 47, 98, 111,
100, 121, 62, 60, 47, 104, 116, 109, 108, 62
],
"mime_type": "text/html"
}
]
},
"assertions": [
{
"type": "not_error"
},
{
"type": "count_min",
"value": 1
}
]
}