Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jan 30, 2024
1 parent 50bc10d commit 138d949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions portal/tests/test_teacher.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,8 @@ def test_signup_email_verification(self):
"teacher_signup-teacher_last_name": "Test Last Name",
"teacher_signup-teacher_email": "[email protected]",
"teacher_signup-consent_ticked": "on",
"teacher_signup-teacher_password": "StrongPassword1!",
"teacher_signup-teacher_confirm_password": "StrongPassword1!",
"teacher_signup-teacher_password": "czYuH)g0FbD_5E9/",
"teacher_signup-teacher_confirm_password": "czYuH)g0FbD_5E9/",
"g-recaptcha-response": "something",
},
)
Expand Down

0 comments on commit 138d949

Please sign in to comment.