Convey("When user is editor and in the ACL",func(){
loggedInUserScenarioWithRole("When calling GET on","GET","/api/dashboards/1/acl","/api/dashboards/:id/acl",models.ROLE_EDITOR,func(sc*scenarioContext){
if_,err:=sess.Cols("updated","permissions").Where("dashboard_id =? and (user_group_id=? or user_id=?)",cmd.DashboardId,cmd.UserGroupId,cmd.UserId).Update(&entity);err!=nil{