fixes broken unit test

This commit is contained in:
bergquist
2017-12-13 19:27:53 +01:00
parent 7c0fc59dfb
commit 97c5498093
3 changed files with 4 additions and 4 deletions

View File

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