mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 12:32:17 +08:00
feat(plugins): changed plugin schema, pluginType -> type, type -> id
This commit is contained in:
@ -29,7 +29,7 @@ func TestPluginScans(t *testing.T) {
|
||||
|
||||
So(err, ShouldBeNil)
|
||||
So(len(Apps), ShouldBeGreaterThan, 0)
|
||||
So(Apps["app-test"].Info.Logos.Large, ShouldEqual, "plugins/app-exampl/img/logo_large.png")
|
||||
So(Apps["app-test"].Info.Logos.Large, ShouldEqual, "public/plugins/app-test/logo_large.png")
|
||||
})
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user