diff --git a/ihatemoney/tests/tests.py b/ihatemoney/tests/tests.py index f900bd7e..0d1e8104 100644 --- a/ihatemoney/tests/tests.py +++ b/ihatemoney/tests/tests.py @@ -57,7 +57,7 @@ class BaseTestCase(TestCase): return self.client.post('/authenticate', data=dict( id=project, password=password), follow_redirects=True) - def post_project(self, name, follow_redirects=False): + def post_project(self, name, follow_redirects=True): """Create a fake project""" # create the project return self.client.post("/create", data={