mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
aaaaand formatting
This commit is contained in:
parent
b44602f2cc
commit
3ed332370d
1 changed files with 1 additions and 3 deletions
|
@ -1673,9 +1673,7 @@ class BudgetTestCase(IhatemoneyTestCase):
|
|||
self.client.get("/exit")
|
||||
|
||||
with self.client as c:
|
||||
c.post(
|
||||
"/authenticate", data={"id": "raclette", "password": "raclette"}
|
||||
)
|
||||
c.post("/authenticate", data={"id": "raclette", "password": "raclette"})
|
||||
self.assertTrue(session["raclette"])
|
||||
# New behavior
|
||||
self.assertIsInstance(session["projects"], dict)
|
||||
|
|
Loading…
Reference in a new issue