From 39c0939d7f57413ef90aa0160f9a364618d5c248 Mon Sep 17 00:00:00 2001 From: John Eskew Date: Tue, 31 Mar 2015 17:58:01 -0400 Subject: [PATCH] Remove mocked has_dynamic_children method - un-needed after vertical block conversion. --- lms/djangoapps/courseware/tests/test_entrance_exam.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/djangoapps/courseware/tests/test_entrance_exam.py b/lms/djangoapps/courseware/tests/test_entrance_exam.py index da8a20426f..6b6f0e1b1b 100644 --- a/lms/djangoapps/courseware/tests/test_entrance_exam.py +++ b/lms/djangoapps/courseware/tests/test_entrance_exam.py @@ -246,7 +246,6 @@ class EntranceExamTestCases(LoginEnrollmentTestCase, ModuleStoreTestCase): ] ) - @mock.patch('xmodule.x_module.XModuleMixin.has_dynamic_children', mock.Mock(return_value='True')) def test_view_redirect_if_entrance_exam_required(self): """ Unit Test: if entrance exam is required. Should return a redirect.