-[{{ projects|join:"," }}] Patch notification: {{notifications|length}} patch{{notifications|length|pluralize:"es"}} updated
+[{{ projects|join:"," }}] Patch notification: {{notifications|length}} patch{{notifications|length|pluralize:"es"}} updated
\ No newline at end of file
self.assertEqual(len(mail.outbox), 1)
msg = mail.outbox[0]
self.assertEqual(msg.to, [email])
- self.assertEqual(msg.subject, 'Patchwork opt-out confirmation')
+ self.assertEqual(msg.subject, 'Patchwork opt-out request')
self.assertIn(reverse('confirm', kwargs={'key': conf.key}), msg.body)
def test_post_empty(self):
self.assertEqual(len(mail.outbox), 1)
msg = mail.outbox[0]
self.assertEqual(msg.to, [self.email])
- self.assertEqual(msg.subject, 'Patchwork opt-in confirmation')
+ self.assertEqual(msg.subject, 'Patchwork opt-in request')
self.assertIn(reverse('confirm', kwargs={'key': conf.key}), msg.body)
def test_post_empty(self):