mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 12:32:17 +08:00
Plugins: Remove plugin dependency version (#103728)
remove plugin dependency version
This commit is contained in:
@ -64,8 +64,8 @@ func Test_ReadPluginJSON(t *testing.T) {
|
||||
Dependencies: Dependencies{
|
||||
GrafanaVersion: "3.x.x",
|
||||
Plugins: []Dependency{
|
||||
{Type: "datasource", ID: "graphite", Name: "Graphite", Version: "1.0.0"},
|
||||
{Type: "panel", ID: "graph", Name: "Graph", Version: "1.0.0"},
|
||||
{Type: "datasource", ID: "graphite", Name: "Graphite"},
|
||||
{Type: "panel", ID: "graph", Name: "Graph"},
|
||||
},
|
||||
Extensions: ExtensionsDependencies{
|
||||
ExposedComponents: []string{},
|
||||
|
Reference in New Issue
Block a user