send_email.assert_called_once_with(
            to=[settings.BOARD_NOTIFICATION_ADDRESS],
            subject="New registration",
            txt_template="registrations/email/registration_board.txt",
            html_template="registrations/email/registration_board.html",