Chore: Avoid showing plugin version if it's %VERSION% (#75974)

This commit is contained in:
Andres Martinez Gotor
2023-10-11 10:49:30 +02:00
committed by GitHub
parent d5691e6dd1
commit 1f8b08202e
3 changed files with 50 additions and 4 deletions
@@ -1335,8 +1335,8 @@ func TestLoader_Load_NestedPlugins(t *testing.T) {
},
Screenshots: []plugins.Screenshots{},
Description: "Grafana App Plugin Template",
Version: "%VERSION%",
Updated: "%TODAY%",
Version: "",
Updated: "",
},
Dependencies: plugins.Dependencies{
GrafanaVersion: "7.0.0",
@@ -1415,8 +1415,8 @@ func TestLoader_Load_NestedPlugins(t *testing.T) {
},
Screenshots: []plugins.Screenshots{},
Description: "Grafana Panel Plugin Template",
Version: "%VERSION%",
Updated: "%TODAY%",
Version: "",
Updated: "",
},
Dependencies: plugins.Dependencies{
GrafanaDependency: ">=7.0.0",