summaryrefslogtreecommitdiffstats
path: root/patchwork/tests/test_notifications.py
diff options
context:
space:
mode:
Diffstat (limited to 'patchwork/tests/test_notifications.py')
-rw-r--r--patchwork/tests/test_notifications.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/patchwork/tests/test_notifications.py b/patchwork/tests/test_notifications.py
index ed35140..c46af61 100644
--- a/patchwork/tests/test_notifications.py
+++ b/patchwork/tests/test_notifications.py
@@ -28,6 +28,8 @@ from patchwork.tests.utils import defaults, create_maintainer
from patchwork.utils import send_notifications
class PatchNotificationModelTest(TestCase):
+ fixtures = ['default_states']
+
"""Tests for the creation & update of the PatchChangeNotification model"""
def setUp(self):
@@ -120,6 +122,7 @@ class PatchNotificationModelTest(TestCase):
self.assertEqual(PatchChangeNotification.objects.count(), 0)
class PatchNotificationEmailTest(TestCase):
+ fixtures = ['default_states']
def setUp(self):
self.project = defaults.project