mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Setup instance during settings unit tests
This commit is contained in:
@@ -43,6 +43,7 @@ class SettingsTest(BaseTest):
|
|||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
super(SettingsTest, self).setUp()
|
super(SettingsTest, self).setUp()
|
||||||
|
self.setup_instances()
|
||||||
self.setup_users()
|
self.setup_users()
|
||||||
|
|
||||||
def get_settings(self, expected_count=4):
|
def get_settings(self, expected_count=4):
|
||||||
|
|||||||
Reference in New Issue
Block a user