moves /tests to /pkg/plugins

ref #11433
This commit is contained in:
bergquist
2018-09-17 17:29:11 +02:00
parent e74ce72410
commit 8dbba467f1
9 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ func TestPluginScans(t *testing.T) {
Convey("When reading app plugin definition", t, func() {
setting.Raw = ini.Empty()
sec, _ := setting.Raw.NewSection("plugin.nginx-app")
sec.NewKey("path", "../../tests/test-app")
sec.NewKey("path", "testdata/test-app")
pm := &PluginManager{}
err := pm.Init()