add tests to canceled enrollment or scheduled with seat
This commit is contained in:
@@ -352,6 +352,7 @@ def _enroll_later(enrollment: Enrollment, context: Context) -> None:
|
||||
'user': user.model_dump(),
|
||||
'course': course.model_dump(),
|
||||
'org_name': org.name,
|
||||
'enrollment_id': enrollment.id,
|
||||
'created_by': {
|
||||
'id': created_by['user_id'],
|
||||
'name': created_by['name'],
|
||||
|
||||
Reference in New Issue
Block a user