mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed plugins go test
This commit is contained in:
parent
2e0e8ba705
commit
0b1044b46f
@ -14,6 +14,6 @@ func TestPluginScans(t *testing.T) {
|
||||
err := scan(path)
|
||||
|
||||
So(err, ShouldBeNil)
|
||||
So(len(DataSources), ShouldEqual, 1)
|
||||
So(len(DataSources), ShouldBeGreaterThan, 1)
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user