Files
fil/fixtures/plugin_api/document_extractors_clear.json

18 lines
362 B
JSON
Raw Permalink Normal View History

2026-06-01 23:40:55 +02:00
{
"id": "document_extractors_clear",
"category": "document_extractor_management",
"description": "Clear all document extractors and verify list is empty",
"tags": [
"document_extractor",
"plugin_management",
"clear",
"trait-bridge"
],
"call": "clear_document_extractors",
"assertions": [
{
"type": "not_error"
}
]
}