diff options
Diffstat (limited to 'budget/tests.py')
| -rw-r--r-- | budget/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/tests.py b/budget/tests.py index 8905a6e..b890f8a 100644 --- a/budget/tests.py +++ b/budget/tests.py @@ -302,7 +302,7 @@ class BudgetTestCase(TestCase): # try to see the project while not being authenticated should redirect # to the authentication page - resp = self.app.post("/raclette", follow_redirects=True) + resp = self.app.get("/raclette", follow_redirects=True) self.assertIn("Authentication", resp.data) # try to connect with wrong credentials should not work |
