From bab3bfb70a1da30134a0e020be31257f08a2e709 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Mon, 1 Dec 2014 11:34:50 -0500 Subject: [PATCH] Remove a vestige of the old zeromq implementation where we specified a callback port as a decorated parameter to the overall test case --- awx/api/tests/job_tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/api/tests/job_tasks.py b/awx/api/tests/job_tasks.py index c836d7756f..f43edc4cce 100644 --- a/awx/api/tests/job_tasks.py +++ b/awx/api/tests/job_tasks.py @@ -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