summaryrefslogtreecommitdiff
path: root/service/test
diff options
context:
space:
mode:
Diffstat (limited to 'service/test')
-rw-r--r--service/test/integration/test_contacts.py1
-rw-r--r--service/test/unit/test_welcome_mail.py3
2 files changed, 1 insertions, 3 deletions
diff --git a/service/test/integration/test_contacts.py b/service/test/integration/test_contacts.py
index 946818fd..a890466f 100644
--- a/service/test/integration/test_contacts.py
+++ b/service/test/integration/test_contacts.py
@@ -16,7 +16,6 @@
from test.support.integration import SoledadTestBase, MailBuilder
from twisted.internet import defer
import json
-import pkg_resources
class ContactsTest(SoledadTestBase):
diff --git a/service/test/unit/test_welcome_mail.py b/service/test/unit/test_welcome_mail.py
index 7eb65903..42e21e8d 100644
--- a/service/test/unit/test_welcome_mail.py
+++ b/service/test/unit/test_welcome_mail.py
@@ -41,8 +41,7 @@ class TestWelcomeMail(unittest.TestCase):
with open(os.path.join(current_path,
'..',
'..',
- 'pixelated',
- 'assets',
+ 'templates',
'welcome.mail.pt-BR')) as mail_template_file:
mail_template = message_from_file(mail_template_file)