Skip to content

Commit

Permalink
fix: update test field names to match form prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
besque committed Oct 25, 2024
1 parent 9f7d2dd commit 5049324
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions portal/tests/test_invite_teacher.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ def test_invite_teacher_successful(self):
response = client.post(
invitation_url,
{
"teacher_password": invited_teacher_password,
"teacher_confirm_password": invited_teacher_password,
"consent_ticked": "on",
"teacher_signup-teacher_password": invited_teacher_password,
"teacher_signup-teacher_confirm_password": invited_teacher_password,
"teacher_signup-consent_ticked": "on",
},
)

Expand Down

0 comments on commit 5049324

Please sign in to comment.