Black/Flake8
This commit is contained in:
parent
46ecc3f103
commit
7e442db524
3 changed files with 2 additions and 3 deletions
|
|
@ -70,7 +70,7 @@ def test_can_signup_with_invitation(preferences, factories, api_client):
|
|||
|
||||
def test_can_signup_with_invitation_invalid(preferences, factories, api_client):
|
||||
url = reverse("rest_register")
|
||||
invitation = factories["users.Invitation"](code="hello")
|
||||
factories["users.Invitation"](code="hello")
|
||||
data = {
|
||||
"username": "test1",
|
||||
"email": "test1@test.com",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue