mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 04:01:29 +08:00
Chore: Remove dashboard ACL from models (#61749)
* Remove dashboard ACL from models * Remove unused comment
This commit is contained in:
@ -219,7 +219,7 @@ func TestOrgUsersAPIEndpoint_LegacyAccessControl_FolderAdmin(t *testing.T) {
|
||||
require.NotNil(t, folder)
|
||||
|
||||
// Grant our test Viewer with permission to admin the folder
|
||||
acls := []*models.DashboardACL{
|
||||
acls := []*dashboards.DashboardACL{
|
||||
{
|
||||
DashboardID: folder.ID,
|
||||
OrgID: testOrgID,
|
||||
|
Reference in New Issue
Block a user