mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 12:41:49 +02:00
Fixed tab indentation
This commit is contained in:
parent
a256bca398
commit
45d2e33499
1 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
try:
|
||||
import unittest2 as unittest
|
||||
except ImportError:
|
||||
|
@ -292,10 +292,10 @@ class BudgetTestCase(TestCase):
|
|||
self.assertTrue(models.Project.query.get("demo") is not None)
|
||||
|
||||
def test_authentication(self):
|
||||
# try to authenticate without credentials should redirect
|
||||
# to the authentication page
|
||||
resp = self.app.post("/authenticate")
|
||||
self.assertIn("Authentication", resp.data)
|
||||
# try to authenticate without credentials should redirect
|
||||
# to the authentication page
|
||||
resp = self.app.post("/authenticate")
|
||||
self.assertIn("Authentication", resp.data)
|
||||
|
||||
# raclette that the login / logout process works
|
||||
self.create_project("raclette")
|
||||
|
|
Loading…
Reference in a new issue