Skip to content

Commit

Permalink
fix: fix assert
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Apr 4, 2024
1 parent d4e95fe commit 3ba97c2
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 @@ -158,7 +158,7 @@ def test_signup_under_13_sends_parent_email(self, mock_send_dotdigital_email: Mo
)

assert response.status_code == 302
mock_send_dotdigital_email.assert_called_once_with(1551587, ANY)
mock_send_dotdigital_email.assert_called_once_with(1551587, ANY, personalization_values=ANY)


# Class for Selenium tests. We plan to replace these and turn them into Cypress tests
Expand Down

0 comments on commit 3ba97c2

Please sign in to comment.