diff --git a/tests/place_tests.py b/tests/place_tests.py index 11105cd..f0f810f 100644 --- a/tests/place_tests.py +++ b/tests/place_tests.py @@ -51,7 +51,8 @@ class TestPlaces(LunchoTests): new_user = self.create_user(name='new_user', fullname='new user', passhash='passhash', - verified=False) + verified=False, + create_token=True) rv = self.post('/place/', request, token=new_user.token)