Skip to content
Snippets Groups Projects
Commit 5b8c5d45 authored by Dave St.Germain's avatar Dave St.Germain
Browse files

Master's certs will automatically be generated

parent 66744598
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,7 @@ def fire_ungenerated_certificate_task(user, course_key, expected_verification_st
CourseMode.CREDIT_MODE,
CourseMode.PROFESSIONAL,
CourseMode.NO_ID_PROFESSIONAL_MODE,
CourseMode.MASTERS,
]
enrollment_mode, __ = CourseEnrollment.enrollment_mode_for_user(user, course_key)
cert = GeneratedCertificate.certificate_for_student(user, course_key)
......
......@@ -363,6 +363,7 @@ class CertificateGenerationTaskTest(ModuleStoreTestCase):
('verified', True),
('no-id-professional', True),
('credit', True),
('masters', True),
('audit', False),
('honor', False),
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment