Fix broken authentication test

This commit is contained in:
0livd 2017-03-12 22:47:54 +01:00
parent 108970eb50
commit 10a16a3b5c

View file

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