This commit is contained in:
Glandos 2022-07-12 13:02:58 +02:00
parent b49ead7f63
commit b2de21166f

View file

@ -501,7 +501,7 @@ class BudgetTestCase(IhatemoneyTestCase):
# logout should work with POST only
c.get("/exit")
self.assertIn("raclette", session)
# logout should wipe the session out
c.post("/exit")
self.assertNotIn("raclette", session)