chore: updated pref settings for misc notification types (#37733)
This commit is contained in:
@@ -232,7 +232,7 @@ COURSE_NOTIFICATION_TYPES = {
|
||||
'is_core': False,
|
||||
'info': '',
|
||||
'web': True,
|
||||
'email': False,
|
||||
'email': True,
|
||||
'push': False,
|
||||
'email_cadence': EmailCadence.DAILY,
|
||||
'non_editable': ['push'],
|
||||
@@ -290,7 +290,7 @@ COURSE_NOTIFICATION_TYPES = {
|
||||
'is_core': False,
|
||||
'info': '',
|
||||
'web': True,
|
||||
'email': False,
|
||||
'email': True,
|
||||
'email_cadence': EmailCadence.DAILY,
|
||||
'push': False,
|
||||
'non_editable': ['push'],
|
||||
|
||||
@@ -604,7 +604,7 @@ class TestNotificationPreferencesView(ModuleStoreTestCase):
|
||||
},
|
||||
"new_instructor_all_learners_post": {
|
||||
"web": True,
|
||||
"email": False,
|
||||
"email": True,
|
||||
"push": False,
|
||||
"email_cadence": "Daily"
|
||||
},
|
||||
@@ -628,7 +628,7 @@ class TestNotificationPreferencesView(ModuleStoreTestCase):
|
||||
"notification_types": {
|
||||
"course_updates": {
|
||||
"web": True,
|
||||
"email": False,
|
||||
"email": True,
|
||||
"push": False,
|
||||
"email_cadence": "Daily"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user