Commit 4f835779 by Jesse Zoldak

Merge pull request #7539 from edx/jeskew/vertical_ee_test_fix

Remove mocked has_dynamic_children method.
parents c860f790 39c0939d
...@@ -246,7 +246,6 @@ class EntranceExamTestCases(LoginEnrollmentTestCase, ModuleStoreTestCase): ...@@ -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): def test_view_redirect_if_entrance_exam_required(self):
""" """
Unit Test: if entrance exam is required. Should return a redirect. Unit Test: if entrance exam is required. Should return a redirect.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment