mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 10:08:10 -03:30
Minor test/view fixes.
This commit is contained in:
@@ -148,11 +148,10 @@ class OrganizationsTest(BaseTest):
|
||||
# x.admins.add(self.super_acom_user)
|
||||
x.users.add(self.super_acom_user)
|
||||
|
||||
self.organizations[0].users.add(self.normal_acom_user)
|
||||
self.organizations[0].users.add(self.normal_acom_user)
|
||||
self.organizations[1].admins.add(self.normal_acom_user)
|
||||
|
||||
def test_get_list_unauthorzied(self):
|
||||
def test_get_list(self):
|
||||
|
||||
# no credentials == 401
|
||||
self.get(self.collection(), expect=401)
|
||||
|
||||
Reference in New Issue
Block a user