More unit test fixups for system uuid

This commit is contained in:
Matthew Jones
2014-11-17 14:50:57 -05:00
parent eae8c48faa
commit c48dde9753
4 changed files with 6 additions and 11 deletions

View File

@@ -1083,6 +1083,7 @@ class InventoryUpdatesTest(BaseTransactionTest):
def setUp(self):
super(InventoryUpdatesTest, self).setUp()
self.setup_instances()
self.setup_users()
self.organization = self.make_organizations(self.super_django_user, 1)[0]
self.organization.admins.add(self.normal_django_user)