diff --git a/lms/djangoapps/courseware/tests/test_microsites.py b/lms/djangoapps/courseware/tests/test_microsites.py index e9cd776376..105b526b95 100644 --- a/lms/djangoapps/courseware/tests/test_microsites.py +++ b/lms/djangoapps/courseware/tests/test_microsites.py @@ -114,12 +114,6 @@ class TestMicrosites(ModuleStoreTestCase, LoginEnrollmentTestCase): # assert that footer template has been properly overriden on homepage self.assertNotContains(resp, 'This is a Test Microsite footer') - # assert that the edX partners section is not in the HTML - self.assertContains(resp, '
') - - # assert that the edX partners tag line is not in the HTML - self.assertContains(resp, 'Explore free courses from') - def test_microsite_course_enrollment(self): """