mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 02:29:33 +08:00
pkg/services: fix ineffassign issues
This commit is contained in:
@ -154,6 +154,7 @@ func TestDashboardAclDataAccess(t *testing.T) {
|
||||
DashboardId: savedFolder.Id,
|
||||
Permission: m.PERMISSION_EDIT,
|
||||
})
|
||||
So(err, ShouldBeNil)
|
||||
|
||||
q1 := &m.GetDashboardAclInfoListQuery{DashboardId: savedFolder.Id, OrgId: 1}
|
||||
err = GetDashboardAclInfoList(q1)
|
||||
|
Reference in New Issue
Block a user