This commit is contained in:
18
fixtures/plugin_api/unregister_validator_after_register.json
Normal file
18
fixtures/plugin_api/unregister_validator_after_register.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"id": "unregister_validator_after_register",
|
||||
"category": "plugin_api",
|
||||
"description": "unregister_validator",
|
||||
"call": "unregister_validator",
|
||||
"input": {
|
||||
"name": "test-validator"
|
||||
},
|
||||
"assertions": [
|
||||
{
|
||||
"type": "not_error"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"plugin-lifecycle",
|
||||
"trait-bridge"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user