mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 05:22:49 +08:00
fixes broken unit test
This commit is contained in:
@ -17,7 +17,7 @@ func TestPluginDashboards(t *testing.T) {
|
||||
setting.Cfg = ini.Empty()
|
||||
sec, _ := setting.Cfg.NewSection("plugin.test-app")
|
||||
sec.NewKey("path", "../../tests/test-app")
|
||||
_, err := Init()
|
||||
err := Init()
|
||||
|
||||
So(err, ShouldBeNil)
|
||||
|
||||
|
Reference in New Issue
Block a user