Black/Flake8

This commit is contained in:
Eliot Berriot 2018-06-21 19:51:12 +02:00
commit 7e442db524
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
3 changed files with 2 additions and 3 deletions

View file

@ -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",