This commit is contained in:
17
fixtures/plugin_api/document_extractors_clear.json
Normal file
17
fixtures/plugin_api/document_extractors_clear.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user