This commit is contained in:
12
fixtures/plugin_api/post_processors_list.json
Normal file
12
fixtures/plugin_api/post_processors_list.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"id": "post_processors_list",
|
||||
"category": "post_processor_management",
|
||||
"description": "List all registered post-processors",
|
||||
"tags": ["post_processors", "plugin_management", "list"],
|
||||
"call": "list_post_processors",
|
||||
"assertions": [
|
||||
{
|
||||
"type": "not_error"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user