18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|