mirror of
https://github.com/ansible/awx.git
synced 2026-06-23 15:47:49 -02:30
The DAB RBAC migration to use RoleUserAssignment subqueries in organization views requires managed role definitions (Organization Member, Organization Admin) to exist in the test database. Add an autouse fixture to the collection test conftest that calls setup_managed_role_definitions() before each test.