add tests to canceled enrollment or scheduled with seat

This commit is contained in:
2026-01-26 13:00:36 -03:00
parent 3e080a2d21
commit 2d191c5fc8
14 changed files with 176 additions and 13 deletions

View File

@@ -343,6 +343,7 @@ def _enroll_later(enrollment: Enrollment, context: Context):
'user': user.model_dump(),
'course': course.model_dump(),
'org_name': org.name,
'enrollment_id': enrollment.id,
'created_by': {
'id': created_by.id,
'name': created_by.name,