feat: update subscription enrollment alert (#32414)
This commit is contained in:
@@ -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'})
|
||||
|
||||
Reference in New Issue
Block a user