Files
fil/fixtures/async/async_extract_bytes_empty_mime.json
Henrik Jess Nielsen b4c07d3693
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 49s
Nomad changes
2026-06-01 23:40:55 +02:00

10 lines
287 B
JSON

{
"id": "async_extract_bytes_empty_mime",
"category": "async",
"description": "extract_bytes empty MIME async",
"tags": ["async", "error"],
"call": "extract_bytes",
"input": { "data": "text/plain.txt", "mime_type": "", "config": {} },
"assertions": [{ "type": "error" }]
}