Skip to content

Commit

Permalink
debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed May 3, 2024
1 parent 2d6893e commit deb1455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfl_common/common/tests/utils/teacher.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def signup_teacher_directly(preverified=True, **kwargs):


@patch("portal.views.home.send_dotdigital_email")
def signup_duplicate_teacher_fail(page, mock_send_dotdigital_email, duplicate_email):
def signup_duplicate_teacher_fail(page, duplicate_email, mock_send_dotdigital_email):
page = page.go_to_signup_page()

first_name, last_name, email_address, password = generate_details()
Expand Down

0 comments on commit deb1455

Please sign in to comment.