mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 03:32:20 +08:00
A lot of work on backend plugin model for frontend components, right now for data sources, will enable dropin plugins for data sources and panels, #1472
This commit is contained in:
@ -11,9 +11,9 @@ func TestPluginScans(t *testing.T) {
|
||||
|
||||
Convey("When scaning for plugins", t, func() {
|
||||
path, _ := filepath.Abs("../../src/app/plugins")
|
||||
err := Scan(path)
|
||||
err := scan(path)
|
||||
|
||||
So(err, ShouldBeNil)
|
||||
So(len(List), ShouldEqual, 1)
|
||||
So(len(DataSources), ShouldEqual, 1)
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user