mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 22:49:32 -02:30
Remove a vestige of the old zeromq implementation where we specified a
callback port as a decorated parameter to the overall test case
This commit is contained in:
@@ -20,7 +20,6 @@ from awx.main.tests.jobs import BaseJobTestMixin
|
|||||||
|
|
||||||
@override_settings(CELERY_ALWAYS_EAGER=True,
|
@override_settings(CELERY_ALWAYS_EAGER=True,
|
||||||
CELERY_EAGER_PROPAGATES_EXCEPTIONS=True,
|
CELERY_EAGER_PROPAGATES_EXCEPTIONS=True,
|
||||||
CALLBACK_CONSUMER_PORT='',
|
|
||||||
ANSIBLE_TRANSPORT='local')
|
ANSIBLE_TRANSPORT='local')
|
||||||
class JobTasksTests(BaseJobTestMixin, LiveServerTestCase):
|
class JobTasksTests(BaseJobTestMixin, LiveServerTestCase):
|
||||||
"""A set of tests to ensure that the job_tasks endpoint, available at
|
"""A set of tests to ensure that the job_tasks endpoint, available at
|
||||||
|
|||||||
Reference in New Issue
Block a user