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