mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
rename test to match test case
This commit is contained in:
parent
0a33007adf
commit
832a054584
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class BudgetTestCase(IhatemoneyTestCase):
|
|||
resp = self.client.get("/authenticate?token=token")
|
||||
self.assertIn("You either provided a bad token", resp.data.decode("utf-8"))
|
||||
|
||||
def test_invite_expiration_with_code(self):
|
||||
def test_invite_code_invalidation(self):
|
||||
"""Test that invitation link expire after code change"""
|
||||
self.login("raclette")
|
||||
self.post_project("raclette")
|
||||
|
|
Loading…
Reference in a new issue