diff --git a/cms/djangoapps/cms_user_tasks/tests.py b/cms/djangoapps/cms_user_tasks/tests.py index 3e31dd121d..5319d5af22 100644 --- a/cms/djangoapps/cms_user_tasks/tests.py +++ b/cms/djangoapps/cms_user_tasks/tests.py @@ -113,7 +113,6 @@ class TestUserTasks(APITestCase): assert _data(response)['results'] == serializer.data - @override_settings(BROKER_URL='memory://localhost/') class TestUserTaskStopped(APITestCase): """