Skip to content

Commit

Permalink
fix: fix patch mock
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Apr 10, 2024
1 parent 4e9cc43 commit dac0b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ def setUp(self):

self.student_user: User = student.new_user

@patch("common.helpers.emails.send_dotdigital_email")
@patch("portal.views.cron.user.send_dotdigital_email")
def send_verify_email_reminder(
self,
days: int,
Expand Down

0 comments on commit dac0b40

Please sign in to comment.