Files
fil/fixtures/plugin_api/post_processors_clear.json

18 lines
343 B
JSON
Raw Permalink Normal View History

2026-06-01 23:40:55 +02:00
{
"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"
}
]
}