mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
A post hook that allows user creation with passwords being set appropriately, and associated tests.
This commit is contained in:
@@ -20,7 +20,7 @@ class OrganizationsTest(BaseTest):
|
||||
return '/api/v1/organizations/'
|
||||
|
||||
def setUp(self):
|
||||
self.object_ctr = 0
|
||||
super(OrganizationsTest, self).setUp()
|
||||
self.setup_users()
|
||||
|
||||
self.organizations = self.make_organizations(self.super_django_user, 10)
|
||||
|
||||
Reference in New Issue
Block a user