mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
- Update test_list_projects_in_resource_pool to use independent AsyncClient - Fix test logic to match actual RBAC implementation: - Direct ACE + created_by match = accessible - Resource pool ACE = accessible (no created_by check) - Deduplication prevents duplicate projects - Test now verifies: pool-only access → pool + /projects access → /projects-only access - Add missing imports for ASGIWebSocketTransport and auth_service