mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 04:31:49 +02:00
reformat
This commit is contained in:
parent
3f02ffba37
commit
72a4adfdd1
1 changed files with 3 additions and 1 deletions
|
@ -71,7 +71,9 @@ class BudgetTestCase(IhatemoneyTestCase):
|
|||
)
|
||||
self.assertEqual(len(outbox), 0) # no message sent
|
||||
self.assertIn(
|
||||
'The email <em class="font-italic"><img src=x onerror=alert(document.domain)></em> is not valid',
|
||||
'The email <em class="font-italic">'
|
||||
"<img src=x onerror=alert(document.domain)>"
|
||||
"</em> is not valid",
|
||||
response.data.decode("utf-8"),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue