Skip to content
Snippets Groups Projects
Commit f3377381 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Add the missing conf

parent b0025524
No related branches found
No related tags found
No related merge requests found
from django.core import mail from django.core import mail
from django.test import TestCase from django.test import TestCase, override_settings
from opentech.apply.users.tests.factories import UserFactory from opentech.apply.users.tests.factories import UserFactory
from ..utils import send_activation_email from ..utils import send_activation_email
@override_settings(ROOT_URLCONF='opentech.apply.urls')
class TestActivationEmail(TestCase): class TestActivationEmail(TestCase):
def test_activation_email_includes_link(self): def test_activation_email_includes_link(self):
send_activation_email(UserFactory()) send_activation_email(UserFactory())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment