Browse Source

Update test_email_templates.py

pull/2257/head
Talitha Pumar 7 years ago
committed by GitHub
parent
commit
032a04e716
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      sapl/materia/tests/test_email_templates.py

2
sapl/materia/tests/test_email_templates.py

@ -1,6 +1,6 @@
from django.core import mail from django.core import mail
from sapl.materia.email_utils import enviar_emails, load_email_templates from sapl.base.email_utils import enviar_emails, load_email_templates
def test_email_template_loading(): def test_email_template_loading():

Loading…
Cancel
Save