Upgrade factory_boy
TNL-3179
This commit is contained in:
@@ -9,7 +9,8 @@ from opaque_keys.edx.locations import SlashSeparatedCourseKey
|
||||
|
||||
|
||||
class InstructorTaskFactory(DjangoModelFactory):
|
||||
FACTORY_FOR = InstructorTask
|
||||
class Meta(object): # pylint: disable=missing-docstring
|
||||
model = InstructorTask
|
||||
|
||||
task_type = 'rescore_problem'
|
||||
course_id = SlashSeparatedCourseKey("MITx", "999", "Robot_Super_Course")
|
||||
|
||||
Reference in New Issue
Block a user