diff --git a/ihatemoney/tests/budget_test.py b/ihatemoney/tests/budget_test.py index ee10319e..8534b00c 100644 --- a/ihatemoney/tests/budget_test.py +++ b/ihatemoney/tests/budget_test.py @@ -934,7 +934,10 @@ class BudgetTestCase(IhatemoneyTestCase): follow_redirects=True, ) self.assertIn( - "ProjectNumber of participants", + """ + + Project + Number of participants""", resp.data.decode("utf-8"), )