X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=patchwork%2Ftests%2Ftest_notifications.py;fp=patchwork%2Ftests%2Ftest_notifications.py;h=37adb8df889cfc7a5a4f696f55206552fce2dbba;hb=8766d4ebc4f742d4d396f5046f6ecfdfd19f73e8;hp=c46af612bbde09611df8c4c49d12d00ae93d24ab;hpb=933a8af5e7d6df1d6bd17bedf17689b0c09640aa;p=patchwork diff --git a/patchwork/tests/test_notifications.py b/patchwork/tests/test_notifications.py index c46af61..37adb8d 100644 --- a/patchwork/tests/test_notifications.py +++ b/patchwork/tests/test_notifications.py @@ -19,12 +19,10 @@ import datetime from django.test import TestCase -from django.core.urlresolvers import reverse from django.core import mail from django.conf import settings -from django.db.utils import IntegrityError from patchwork.models import Patch, State, PatchChangeNotification, EmailOptout -from patchwork.tests.utils import defaults, create_maintainer +from patchwork.tests.utils import defaults from patchwork.utils import send_notifications class PatchNotificationModelTest(TestCase):