This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user