Files
fil/fixtures/plugin_api/unregister_post_processor_after_register.json
Henrik Jess Nielsen b4c07d3693
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 49s
Nomad changes
2026-06-01 23:40:55 +02:00

19 lines
336 B
JSON

{
"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"
]
}