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:
Matthew Jones 2014-12-01 11:34:50 -05:00
parent 683e44f30e
commit bab3bfb70a

View File

@ -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