summaryrefslogtreecommitdiffstats
path: root/patchwork/tests/test_updates.py
diff options
context:
space:
mode:
Diffstat (limited to 'patchwork/tests/test_updates.py')
-rw-r--r--patchwork/tests/test_updates.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/patchwork/tests/test_updates.py b/patchwork/tests/test_updates.py
index 177ee78..d2f4126 100644
--- a/patchwork/tests/test_updates.py
+++ b/patchwork/tests/test_updates.py
@@ -23,6 +23,8 @@ from patchwork.models import Patch, Person, State
from patchwork.tests.utils import defaults, create_maintainer
class MultipleUpdateTest(TestCase):
+ fixtures = ['default_states']
+
def setUp(self):
defaults.project.save()
self.user = create_maintainer(defaults.project)