Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Sep 1, 2023
1 parent 1cb5aac commit b6a02ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions portal/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,7 @@ def send_verify_email_reminder(
subject=ANY,
title=ANY,
text_content=ANY,
replace_url=ANY,
)

send_email.assert_any_call(
Expand All @@ -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.
Expand Down

0 comments on commit b6a02ac

Please sign in to comment.