Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Remove broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
diox committed Sep 13, 2016
1 parent 12542b4 commit 3d3bebd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mkt/purchase/tests/test_webpay_tasks.py
Expand Up @@ -27,13 +27,6 @@ def test_send(self):
tasks.send_purchase_receipt(self.contrib.pk)
eq_(len(mail.outbox), 1)

def test_localized_send(self):
self.contrib.user.lang = 'es'
self.contrib.user.save()
tasks.send_purchase_receipt(self.contrib.pk)
assert 'Precio' in mail.outbox[0].body
assert 'Algo Algo' in mail.outbox[0].body

@patch('mkt.purchase.tasks.send_html_mail_jinja')
def test_data(self, send_mail_jinja):
with self.settings(SITE_URL='http://f.com'):
Expand Down

0 comments on commit 3d3bebd

Please sign in to comment.