Fixed failing go unit test

pull/1656/head
Torkel Ödegaard 10 years ago
parent 902f5d895a
commit 38db91c7be
  1. 2
      pkg/plugins/plugins_test.go

@ -10,7 +10,7 @@ import (
func TestPluginScans(t *testing.T) {
Convey("When scaning for plugins", t, func() {
path, _ := filepath.Abs("../../src/app/plugins")
path, _ := filepath.Abs("../../public/app/plugins")
err := scan(path)
So(err, ShouldBeNil)

Loading…
Cancel
Save