mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 09:52:36 +02:00
Fix broken authentication test
This commit is contained in:
parent
108970eb50
commit
10a16a3b5c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue