mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Set SYSTEM_UUID in tests.
This commit is contained in:
@@ -462,6 +462,7 @@ class BaseTestMixin(object):
|
|||||||
if hasattr(self, 'queue_process'):
|
if hasattr(self, 'queue_process'):
|
||||||
self.queue_process.terminate()
|
self.queue_process.terminate()
|
||||||
|
|
||||||
|
@override_settings(SYSTEM_UUID='00000000-0000-0000-0000-000000000000')
|
||||||
class BaseTest(BaseTestMixin, django.test.TestCase):
|
class BaseTest(BaseTestMixin, django.test.TestCase):
|
||||||
'''
|
'''
|
||||||
Base class for unit tests.
|
Base class for unit tests.
|
||||||
|
|||||||
Reference in New Issue
Block a user