Skip to content
Snippets Groups Projects
Unverified Commit cbc9912d authored by Todd Dembrey's avatar Todd Dembrey Committed by GitHub
Browse files

Merge pull request #442 from OpenTechFund/bugfix/registered-namespace-in-new-test

Add the missing conf
parents b0025524 f3377381
No related branches found
No related tags found
No related merge requests found
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 ..utils import send_activation_email
@override_settings(ROOT_URLCONF='opentech.apply.urls')
class TestActivationEmail(TestCase):
def test_activation_email_includes_link(self):
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