mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03: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:
parent
683e44f30e
commit
bab3bfb70a
@ -20,7 +20,6 @@ from awx.main.tests.jobs import BaseJobTestMixin
|
||||
|
||||
@override_settings(CELERY_ALWAYS_EAGER=True,
|
||||
CELERY_EAGER_PROPAGATES_EXCEPTIONS=True,
|
||||
CALLBACK_CONSUMER_PORT='',
|
||||
ANSIBLE_TRANSPORT='local')
|
||||
class JobTasksTests(BaseJobTestMixin, LiveServerTestCase):
|
||||
"""A set of tests to ensure that the job_tasks endpoint, available at
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user