Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Apr 4, 2024
1 parent 537f333 commit 8add1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/tests/test_ratelimit.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def test_teacher_already_registered_email(client, mock_send_dotdigital_email: Mo
}

# Register the teacher first time, there should be a registration email
client.post(register_url, data)x
client.post(register_url, data)
mock_send_dotdigital_email.assert_called_once_with(1551577, ANY, personalization_values=ANY)

# Register with the same email again, there should also be an already registered email
Expand Down

0 comments on commit 8add1ec

Please sign in to comment.