mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 09:52:36 +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")
|
self.client.get("/exit")
|
||||||
|
|
||||||
with self.client as c:
|
with self.client as c:
|
||||||
c.post(
|
c.post("/authenticate", data={"id": "raclette", "password": "raclette"})
|
||||||
"/authenticate", data={"id": "raclette", "password": "raclette"}
|
|
||||||
)
|
|
||||||
self.assertTrue(session["raclette"])
|
self.assertTrue(session["raclette"])
|
||||||
# New behavior
|
# New behavior
|
||||||
self.assertIsInstance(session["projects"], dict)
|
self.assertIsInstance(session["projects"], dict)
|
||||||
|
|
Loading…
Reference in a new issue