Fix up unit tests for tracking system_uuid in the settings and database

This commit is contained in:
Matthew Jones
2014-11-17 14:14:07 -05:00
parent e99466efc2
commit eae8c48faa
12 changed files with 18 additions and 2 deletions

View File

@@ -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)