From ecdb9ec461893f4d81c1181ca28cfb093e40ffb0 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Wed, 14 May 2014 09:37:38 -0400 Subject: [PATCH] Address review comments --- lms/djangoapps/bulk_email/tests/test_course_optout.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lms/djangoapps/bulk_email/tests/test_course_optout.py b/lms/djangoapps/bulk_email/tests/test_course_optout.py index 935e695233..ed3a73855a 100644 --- a/lms/djangoapps/bulk_email/tests/test_course_optout.py +++ b/lms/djangoapps/bulk_email/tests/test_course_optout.py @@ -54,8 +54,6 @@ class TestOptoutCourseEmails(ModuleStoreTestCase): """Navigate to the instructor dash's email view""" # Pull up email view on instructor dashboard url = reverse('instructor_dashboard', kwargs={'course_id': self.course.id.to_deprecated_string()}) - # Response loads the whole instructor dashboard, so no need to explicitly - # navigate to a particular email section response = self.client.get(url) email_section = '
' # If this fails, it is likely because ENABLE_INSTRUCTOR_EMAIL is set to False