Files
fil/fixtures/detection/detect_mime_bytes_png.json

16 lines
323 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"id": "detect_mime_bytes_png",
"category": "detection",
"description": "Detect PNG MIME type from bytes",
"tags": ["mime_detection", "bytes", "png"],
"call": "detect_mime_type_from_bytes",
"input": {
"data": "images/test_hello_world.png"
},
"assertions": [
{
"type": "not_error"
}
]
}