Files
fil/fixtures/plugin_api/ocr_backends_unregister.json

21 lines
387 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"id": "ocr_backends_unregister",
"category": "ocr_backend_management",
"description": "Unregister nonexistent OCR backend gracefully",
"tags": [
"ocr",
"plugin_management",
"unregister",
"trait-bridge"
],
"call": "unregister_ocr_backend",
"input": {
"name": "nonexistent-backend-xyz"
},
"assertions": [
{
"type": "not_error"
}
]
}