fix: keep test-course compatible with existing tests
This commit is contained in:
parent
52a6a0e642
commit
fd9e2b7310
|
|
@ -104,7 +104,10 @@ def create_test_course(include_uk=True, include_vv=True, with_sessions=False):
|
|||
if UserImage.objects.count() == 0 and ContentImage.objects.count() == 0:
|
||||
create_default_images()
|
||||
|
||||
course = create_test_course_with_categories()
|
||||
course: Course = create_test_course_with_categories()
|
||||
course.configuration.enable_learning_mentor = False
|
||||
course.configuration.save()
|
||||
|
||||
competence_certificate = create_test_competence_navi()
|
||||
|
||||
# assignments create assignments parent page
|
||||
|
|
|
|||
Loading…
Reference in New Issue