Commit 38db91c7 by Torkel Ödegaard

Fixed failing go unit test

parent 902f5d89
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment