diff --git a/lms/djangoapps/courseware/tests/test_module_render.py b/lms/djangoapps/courseware/tests/test_module_render.py index a56b260467..2020194512 100644 --- a/lms/djangoapps/courseware/tests/test_module_render.py +++ b/lms/djangoapps/courseware/tests/test_module_render.py @@ -19,7 +19,7 @@ from django.test.client import RequestFactory from django.test.utils import override_settings from edx_proctoring.api import create_exam, create_exam_attempt, update_attempt_status from edx_proctoring.runtime import set_runtime_service -from edx_proctoring.tests.test_services import MockCreditService, MockGradesService +from edx_proctoring.tests.test_services import MockCreditService, MockGradesService, MockCertificateService from freezegun import freeze_time from milestones.tests.utils import MilestonesTestCaseMixin from mock import MagicMock, Mock, patch @@ -1170,6 +1170,11 @@ class TestProctoringRendering(SharedModuleStoreTestCase): MockGradesService() ) + set_runtime_service( + 'certificates', + MockCertificateService() + ) + exam_id = create_exam( course_id=unicode(self.course_key), content_id=unicode(sequence.location), diff --git a/requirements/edx/github.txt b/requirements/edx/github.txt index c3095f62c3..1dbb6a83ec 100644 --- a/requirements/edx/github.txt +++ b/requirements/edx/github.txt @@ -96,7 +96,7 @@ git+https://github.com/edx/xblock-utils.git@v1.0.5#egg=xblock-utils==1.0.5 -e git+https://github.com/edx-solutions/xblock-google-drive.git@138e6fa0bf3a2013e904a085b9fed77dab7f3f21#egg=xblock-google-drive git+https://github.com/edx/edx-user-state-client.git@1.0.2#egg=edx-user-state-client==1.0.2 git+https://github.com/edx/xblock-lti-consumer.git@v1.1.6#egg=lti_consumer-xblock==1.1.6 -git+https://github.com/edx/edx-proctoring.git@1.3.4#egg=edx-proctoring==1.3.4 +git+https://github.com/edx/edx-proctoring.git@1.3.5#egg=edx-proctoring==1.3.5 # This is here because all of the other XBlocks are located here. However, it is published to PyPI and will be installed that way xblock-review==1.1.4 git+https://github.com/edx/edx-analytics-data-api-client.git@0.13.0#egg=edx-analytics-data-api-client==0.13.0