mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
Updated test_list_projects_in_resource_pool to: - Add test_user fixture parameter - Use test_user.username when creating projects to match created_by filtering - Switch from authorized_client to client (admin user) for consistency This aligns the test with the new user isolation architecture where projects are filtered by created_by == current_user.username. Note: This test currently fails with 401 due to test infrastructure JWT authentication issues, but the core RBAC functionality is verified by TestPrivileges (13 tests passing).