mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
comment code
This commit is contained in:
parent
832a054584
commit
89c2756dff
1 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,8 @@ class BudgetTestCase(IhatemoneyTestCase):
|
|||
# Link is valid
|
||||
assert response.status_code == 302
|
||||
|
||||
# Change password to invalidate token
|
||||
# Other data are required, but useless for the test
|
||||
response = self.client.post(
|
||||
"/raclette/edit",
|
||||
data={
|
||||
|
|
Loading…
Reference in a new issue