feat: update subscription enrollment alert (#32414)

This commit is contained in:
Nawfal Ahmed
2023-06-12 18:07:43 +05:00
committed by GitHub
parent 2002dcb7bd
commit 6a5c1bbf44
8 changed files with 52 additions and 25 deletions

View File

@@ -217,7 +217,8 @@ class TestProgramsView(SharedModuleStoreTestCase, ProgramCacheMixin):
'uuid': self.program['uuid'],
'completed': 0,
'in_progress': 0,
'not_started': 1
'not_started': 1,
'all_unenrolled': False,
}
@with_site_configuration(configuration={'COURSE_CATALOG_API_URL': 'foo'})