From b6a02ac2ed69530fec40661addd95d6abf47504d Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Fri, 1 Sep 2023 17:07:07 +0100 Subject: [PATCH] Fix tests --- portal/tests/test_views.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/portal/tests/test_views.py b/portal/tests/test_views.py index 8065a94c5..d7b05d93e 100644 --- a/portal/tests/test_views.py +++ b/portal/tests/test_views.py @@ -783,6 +783,7 @@ def send_verify_email_reminder( subject=ANY, title=ANY, text_content=ANY, + replace_url=ANY, ) send_email.assert_any_call( @@ -791,6 +792,7 @@ def send_verify_email_reminder( subject=ANY, title=ANY, text_content=ANY, + replace_url=ANY, ) # Check only two emails are sent - the student should never be included.