fix teacher attendance
API CI/CD / Validate (composer + pint) (push) Successful in 3m10s
API CI/CD / Test (PHPUnit) (push) Failing after 5m2s
API CI/CD / Build frontend assets (push) Successful in 1m2s
API CI/CD / Security audit (push) Failing after 49s
API CI/CD / Deploy to shared hosting (PHP) (push) Has been skipped

This commit is contained in:
root
2026-07-07 21:51:51 -04:00
parent e0dfc3ec82
commit c891a82012
7 changed files with 102 additions and 29 deletions
@@ -125,7 +125,6 @@ class ApiAuthenticationAndAuthorizationTest extends TestCase
['POST', '/api/v1/users'],
['GET', '/api/v1/administrator/dashboard/metrics'],
['GET', '/api/v1/administrator/staff'],
['GET', '/api/v1/school-years'],
['GET', '/api/v1/administrator/role-permission/roles'],
];
}