mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 04:47:44 -02:30
Fix up unit tests for tracking system_uuid in the settings and database
This commit is contained in:
@@ -28,6 +28,7 @@ class InventoryTest(BaseTest):
|
||||
def setUp(self):
|
||||
self.start_redis()
|
||||
super(InventoryTest, self).setUp()
|
||||
self.setup_instances()
|
||||
self.setup_users()
|
||||
self.organizations = self.make_organizations(self.super_django_user, 3)
|
||||
self.organizations[0].admins.add(self.normal_django_user)
|
||||
|
||||
Reference in New Issue
Block a user