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