Skip to content

Commit

Permalink
fix: debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Apr 4, 2024
1 parent 3305851 commit 6502383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/tests/test_independent_student.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def test_change_email(self, mock_send_dotdigital_email):

page = page.logout()

mock_send_dotdigital_email.assert_called_with(1551600, ANY, personalization_values=ANY)
mock_send_dotdigital_email.assert_called_with(1551594, ANY, personalization_values=ANY)

page = email_utils.follow_change_email_link_to_independent_dashboard(page, mail.outbox[1])

Expand Down

0 comments on commit 6502383

Please sign in to comment.