do("GET","/api/common/monthlyReport?year=2021&month=1",noH,"",http.StatusOK,`{"year":2021,"month":1,"subject":"[Ecolyo] Votre bilan de décembre 2020","info":"Informations du mois","image":"imagebase64","newsTitle":"","newsContent":"","question":"","link":""`)
// Try to get SGE consents (must fail)
do("GET","/api/admin/consent?limit=50&page=0",xsrfHeader,"",http.StatusForbidden,"no user role among [ANIMATORS OTHER_GROUP] is in allowed roles ([ADMINS])")
do("GET","/api/admin/consent?limit=50&page=0",xsrfHeader,"",http.StatusForbidden,"no user role among [ANIMATORS] is in allowed roles ([ADMINS])")