mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
influence callback receiver single worker
This commit is contained in:
parent
0bbb294e83
commit
35abd0cc07
@ -704,7 +704,8 @@ class BaseLiveServerTest(BaseTestMixin, django.test.LiveServerTestCase):
|
||||
|
||||
@override_settings(CELERY_ALWAYS_EAGER=True,
|
||||
CELERY_EAGER_PROPAGATES_EXCEPTIONS=True,
|
||||
ANSIBLE_TRANSPORT='local')
|
||||
ANSIBLE_TRANSPORT='local',
|
||||
DEBUG=True)
|
||||
class BaseJobExecutionTest(QueueStartStopTestMixin, BaseLiveServerTest):
|
||||
'''
|
||||
Base class for celery task tests.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user