mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 03:02:18 +08:00
backend plugins: improves logging
This commit is contained in:
@ -92,7 +92,7 @@ func pluginScenario(desc string, t *testing.T, fn func()) {
|
||||
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