fixes failing tests

This commit is contained in:
bergquist
2017-12-07 18:05:11 +01:00
parent e1d4bf2607
commit 9edd7701b2
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)