29 lines
516 B
JSON
29 lines
516 B
JSON
{
|
|
"id": "register_post_processor_trait_bridge",
|
|
"category": "plugin_api",
|
|
"description": "register_post_processor: trait bridge",
|
|
"tags": [
|
|
"trait-bridge"
|
|
],
|
|
"call": "register_post_processor",
|
|
"input": {
|
|
"processor": {
|
|
"type": "test",
|
|
"name": "test-processor"
|
|
}
|
|
},
|
|
"args": [
|
|
{
|
|
"name": "processor",
|
|
"field": "processor",
|
|
"arg_type": "test_backend",
|
|
"trait": "PostProcessor"
|
|
}
|
|
],
|
|
"assertions": [
|
|
{
|
|
"type": "not_error"
|
|
}
|
|
]
|
|
}
|