Files
fil/fixtures/plugin_api/register_post_processor_trait_bridge.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

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