Files
fil/fixtures/plugin_api/validators_clear.json

18 lines
318 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"id": "validators_clear",
"category": "validator_management",
"description": "Clear all validators and verify list is empty",
"tags": [
"validators",
"plugin_management",
"clear",
"trait-bridge"
],
"call": "clear_validators",
"assertions": [
{
"type": "not_error"
}
]
}