fix test after code reformatting

This commit is contained in:
Glandos 2023-01-29 22:27:31 +01:00
parent 43289b8dd2
commit 3a984ee206

View file

@ -934,7 +934,10 @@ class BudgetTestCase(IhatemoneyTestCase):
follow_redirects=True, follow_redirects=True,
) )
self.assertIn( self.assertIn(
"<thead><tr><th>Project</th><th>Number of participants", """<thead>
<tr>
<th>Project</th>
<th>Number of participants</th>""",
resp.data.decode("utf-8"), resp.data.decode("utf-8"),
) )