From 272e5829f28f35a38297f6509de83d72df167a02 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Tue, 12 Jan 2016 09:25:09 -0500 Subject: [PATCH] Setup instance during settings unit tests --- awx/main/tests/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/main/tests/settings.py b/awx/main/tests/settings.py index 488533e8bf..a727213454 100644 --- a/awx/main/tests/settings.py +++ b/awx/main/tests/settings.py @@ -43,6 +43,7 @@ class SettingsTest(BaseTest): def setUp(self): super(SettingsTest, self).setUp() + self.setup_instances() self.setup_users() def get_settings(self, expected_count=4):