Skip to content

Commit

Permalink
test: updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eemaanamir committed Sep 23, 2024
1 parent a01d103 commit bef0eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openedx/core/djangoapps/notifications/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ def _expected_api_response(self, course=None):
'info': 'Notifications for submission grading.'
},
'ora_grade_assigned': {
'web': False,
'email': False,
'web': True,
'email': True,
'push': False,
'email_cadence': 'Daily',
'info': ''
Expand Down

0 comments on commit bef0eba

Please sign in to comment.