From fa479fe0970c8d734d93250e8eb3bb9484a6152f Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Tue, 8 Apr 2014 17:10:28 -0300 Subject: [PATCH] places almost 100%, but we require group integration now --- tests/place_tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)