Skip to content

Commit

Permalink
refactor: fixed pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
eemaanamir committed Aug 28, 2024
1 parent d5271f1 commit 32c3efc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lms/djangoapps/ora_staff_grader/tests/test_notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ def setUp(self):
@patch('lms.djangoapps.ora_staff_grader.notifications.modulestore')
@patch('lms.djangoapps.ora_staff_grader.notifications.get_course_overview_or_none')
@patch('lms.djangoapps.ora_staff_grader.notifications.USER_NOTIFICATION_REQUESTED.send_event')
def test_send_notification_success(self, mock_send_event, mock_get_course_overview_or_none, mock_modulestore, mock_from_string, mock_get_user):
def test_send_notification_success(self, mock_send_event, mock_get_course_overview_or_none,
mock_modulestore, mock_from_string, mock_get_user):
"""
Test that the notification is sent when the user IDs do not match.
"""
Expand Down

0 comments on commit 32c3efc

Please sign in to comment.