From 327aeb18aa81e4ca5ec5ef823811d96376474330 Mon Sep 17 00:00:00 2001 From: bmedx Date: Fri, 3 Mar 2017 09:49:23 -0500 Subject: [PATCH] Fix pep8 violation --- cms/djangoapps/cms_user_tasks/tests.py | 1 - 1 file changed, 1 deletion(-) 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): """