See #248: ensure invitation codes are case insensitive
This commit is contained in:
parent
7cfa61292a
commit
46ecc3f103
4 changed files with 4 additions and 4 deletions
|
|
@ -52,7 +52,7 @@ def test_can_disable_registration_view(preferences, api_client, db):
|
|||
|
||||
def test_can_signup_with_invitation(preferences, factories, api_client):
|
||||
url = reverse("rest_register")
|
||||
invitation = factories["users.Invitation"](code="hello")
|
||||
invitation = factories["users.Invitation"](code="Hello")
|
||||
data = {
|
||||
"username": "test1",
|
||||
"email": "test1@test.com",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue