Files
fil/fixtures/plugin_api/unregister_post_processor_after_register.json

19 lines
336 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"id": "unregister_post_processor_after_register",
"category": "plugin_api",
"description": "unregister_post_processor",
"call": "unregister_post_processor",
"input": {
"name": "test-processor"
},
"assertions": [
{
"type": "not_error"
}
],
"tags": [
"plugin-lifecycle",
"trait-bridge"
]
}