mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 01:16:31 -06:00
Fixed failing go unit test
This commit is contained in:
parent
902f5d895a
commit
38db91c7be
@ -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…
Reference in New Issue
Block a user