make upgrade to version of edx-proctoring

without blocking multiple concurrent sessions

also updates trace amounts of copy duplicated in tests between
edx-proctoring and edx-platform

JIRA:EDUCATOR-3931
This commit is contained in:
Matt Hughes
2019-01-22 12:47:40 -05:00
parent 6c13717dc3
commit 673fb797b8
4 changed files with 8 additions and 8 deletions

View File

@@ -1267,14 +1267,14 @@ class TestProctoringRendering(SharedModuleStoreTestCase):
CourseMode.VERIFIED,
False,
'verified',
'Your proctoring session was reviewed and passed all requirements',
'Your proctoring session was reviewed successfully',
False
),
(
CourseMode.VERIFIED,
False,
'rejected',
'Your proctoring session was reviewed and did not pass requirements',
'Your proctoring session was reviewed, but did not pass all requirements',
True
),
(