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

18 lines
312 B
JSON

{
"id": "renderers_clear",
"category": "renderer_management",
"description": "Clear all renderers and verify list is empty",
"tags": [
"renderer",
"plugin_management",
"clear",
"trait-bridge"
],
"call": "clear_renderers",
"assertions": [
{
"type": "not_error"
}
]
}