mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 12:41:49 +02:00
format
This commit is contained in:
parent
b49ead7f63
commit
b2de21166f
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ class BudgetTestCase(IhatemoneyTestCase):
|
||||||
# logout should work with POST only
|
# logout should work with POST only
|
||||||
c.get("/exit")
|
c.get("/exit")
|
||||||
self.assertIn("raclette", session)
|
self.assertIn("raclette", session)
|
||||||
|
|
||||||
# logout should wipe the session out
|
# logout should wipe the session out
|
||||||
c.post("/exit")
|
c.post("/exit")
|
||||||
self.assertNotIn("raclette", session)
|
self.assertNotIn("raclette", session)
|
||||||
|
|
Loading…
Reference in a new issue