Skip to content

Commit

Permalink
fix: address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Apr 11, 2024
1 parent 6407c50 commit b92837d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions portal/tests/test_independent_student.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,6 @@ def test_reset_password_fail(self, mock_send_dotdigital_email: Mock):
fake_email = "[email protected]"
page.reset_email_submit(fake_email)

time.sleep(5)

mock_send_dotdigital_email.assert_not_called()

def test_update_name_success(self):
Expand Down
2 changes: 0 additions & 2 deletions portal/tests/test_teacher.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,8 +685,6 @@ def test_reset_password_fail(self, mock_send_dotdigital_email: Mock):
fake_email = "[email protected]"
page.reset_email_submit(fake_email)

time.sleep(5)

mock_send_dotdigital_email.assert_not_called()

def test_admin_sees_all_school_classes(self):
Expand Down

0 comments on commit b92837d

Please sign in to comment.