chore: update default notification preference for ora_grade_assigned (#35522)

* chore: update default notification preference for ora_grade_assigned

* test: updated tests
This commit is contained in:
Eemaan Amir
2024-09-23 18:06:03 +05:00
committed by GitHub
parent 1a92009bd2
commit a2e2959617
2 changed files with 4 additions and 4 deletions

View File

@@ -212,8 +212,8 @@ COURSE_NOTIFICATION_TYPES = {
'name': 'ora_grade_assigned',
'is_core': False,
'info': '',
'web': False,
'email': False,
'web': True,
'email': True,
'push': False,
'email_cadence': EmailCadence.DAILY,
'non_editable': [],

View File

@@ -315,8 +315,8 @@ class UserNotificationPreferenceAPITest(ModuleStoreTestCase):
'info': 'Notifications for submission grading.'
},
'ora_grade_assigned': {
'web': False,
'email': False,
'web': True,
'email': True,
'push': False,
'email_cadence': 'Daily',
'info': ''