Revert StudentModule.module_state_key to field rather than computed property
This commit is contained in:
@@ -726,7 +726,7 @@ class TestStaffDebugInfo(ModuleStoreTestCase):
|
||||
|
||||
StudentModuleFactory.create(
|
||||
course_id=self.course.id,
|
||||
module_id=self.location,
|
||||
module_state_key=self.location,
|
||||
student=UserFactory(),
|
||||
grade=1,
|
||||
max_grade=1,
|
||||
|
||||
Reference in New Issue
Block a user