Fix failures caused by removing lms/djangoapps from sys.path

This commit is contained in:
Calen Pennington
2020-09-22 11:38:54 -04:00
committed by Calen Pennington
parent 211bd3beb5
commit 4a120a9e26
51 changed files with 298 additions and 282 deletions

View File

@@ -44,7 +44,7 @@ class TestCourseVerificationStatus(UrlResetMixin, ModuleStoreTestCase):
None: None,
}
URLCONF_MODULES = ['verify_student.urls']
URLCONF_MODULES = ['lms.djangoapps.verify_student.urls']
def setUp(self):
# Invoke UrlResetMixin