18 lines
343 B
JSON
18 lines
343 B
JSON
|
|
{
|
||
|
|
"id": "post_processors_clear",
|
||
|
|
"category": "post_processor_management",
|
||
|
|
"description": "Clear all post-processors and verify list is empty",
|
||
|
|
"tags": [
|
||
|
|
"post_processors",
|
||
|
|
"plugin_management",
|
||
|
|
"clear",
|
||
|
|
"trait-bridge"
|
||
|
|
],
|
||
|
|
"call": "clear_post_processors",
|
||
|
|
"assertions": [
|
||
|
|
{
|
||
|
|
"type": "not_error"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|