mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 12:22:15 +08:00
Fixed plugins go test
This commit is contained in:
@ -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)
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user