mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Remove MIDDLEWARE_CLASSES from UI test.
This commit is contained in:
parent
c6d374d12a
commit
73b058bcab
@ -15,14 +15,13 @@ import mock
|
||||
|
||||
from awx.api.views import JobJobTasksList
|
||||
from awx.main.models import Job, JobTemplate, JobEvent
|
||||
from awx.main.tests.jobs import BaseJobTestMixin, MIDDLEWARE_CLASSES
|
||||
from awx.main.tests.jobs import BaseJobTestMixin
|
||||
|
||||
|
||||
@override_settings(CELERY_ALWAYS_EAGER=True,
|
||||
CELERY_EAGER_PROPAGATES_EXCEPTIONS=True,
|
||||
CALLBACK_CONSUMER_PORT='',
|
||||
ANSIBLE_TRANSPORT='local',
|
||||
MIDDLEWARE_CLASSES=MIDDLEWARE_CLASSES)
|
||||
ANSIBLE_TRANSPORT='local')
|
||||
class JobTasksTests(BaseJobTestMixin, LiveServerTestCase):
|
||||
"""A set of tests to ensure that the job_tasks endpoint, available at
|
||||
`/api/v1/jobs/{id}/job_tasks/`, works as expected.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user