Commit edbe4039 authored by Michal Čihař's avatar Michal Čihař

We now include site name prefix

parent 18342a56
......@@ -67,7 +67,7 @@ class RegistrationTest(TestCase):
self.assertEqual(len(mail.outbox), 1)
self.assertEqual(
mail.outbox[0].subject,
'Your registration on Weblate'
'[Weblate] Your registration on Weblate'
)
# Get confirmation URL from mail
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment