chore: updated pref settings for misc notification types (#37733)

This commit is contained in:
Ahtisham Shahid
2025-12-08 18:34:41 +05:00
committed by GitHub
parent cda62c22db
commit 251ba28770
2 changed files with 4 additions and 4 deletions

View File

@@ -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'],

View File

@@ -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"
},