mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 19:02:36 +08:00
backend plugins: improves logging
This commit is contained in:
@ -18,7 +18,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(context.TODO())
|
||||
err := initPlugins(context.TODO())
|
||||
|
||||
So(err, ShouldBeNil)
|
||||
|
||||
|
Reference in New Issue
Block a user