From 832a054584ef1f7af88f3f160f2a121d12893871 Mon Sep 17 00:00:00 2001 From: Glandos Date: Sun, 25 Jul 2021 23:51:32 +0200 Subject: [PATCH] rename test to match test case --- ihatemoney/tests/budget_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihatemoney/tests/budget_test.py b/ihatemoney/tests/budget_test.py index ad930be8..bd24fbdf 100644 --- a/ihatemoney/tests/budget_test.py +++ b/ihatemoney/tests/budget_test.py @@ -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")