fix busted notification tests

This commit is contained in:
Ryan Petrello
2018-10-05 10:18:27 -04:00
parent 96bc0f1578
commit 7752446067

View File

@@ -19,7 +19,7 @@ import six
from django.conf import settings
from django.core.exceptions import FieldError, ObjectDoesNotExist
from django.db.models import Q, Count
from django.db import IntegrityError, transaction
from django.db import IntegrityError, transaction, connection
from django.shortcuts import get_object_or_404
from django.utils.encoding import smart_text
from django.utils.safestring import mark_safe