mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 03:17:39 -02:30
remove raw SQL in visible_roles
This commit is contained in:
@@ -378,7 +378,7 @@ def admin(user):
|
||||
|
||||
@pytest.fixture
|
||||
def system_auditor(user):
|
||||
u = user(False)
|
||||
u = user('an-auditor', False)
|
||||
Role.singleton('system_auditor').members.add(u)
|
||||
return u
|
||||
|
||||
|
||||
Reference in New Issue
Block a user