backend plugins: improves logging

This commit is contained in:
bergquist
2018-01-09 14:56:23 +01:00
parent 75a54e85dc
commit 44e485af41
5 changed files with 30 additions and 20 deletions

View File

@ -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)