Files
grafana/pkg/plugins/manager/testdata/renderer-added-file/plugin/plugin.json
Will Browne 48b33ab521 Plugins: Unsigned chromium file should not invalidate signature for Renderer plugin (#59104)
* Plugins: Unsigned chromium file should not invalidate signature for Renderer plugin

* fix test

* re-work solution
2022-12-19 12:46:27 +01:00

12 lines
178 B
JSON

{
"type": "renderer",
"name": "Test",
"id": "test-renderer",
"backend": true,
"executable": "test",
"info": {
"version": "1.0.0",
"description": "Test"
}
}