summaryrefslogtreecommitdiffstats
path: root/patchwork/tests/test_bundles.py
diff options
context:
space:
mode:
Diffstat (limited to 'patchwork/tests/test_bundles.py')
-rw-r--r--patchwork/tests/test_bundles.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/patchwork/tests/test_bundles.py b/patchwork/tests/test_bundles.py
index 38f3a2c..a9ee8dd 100644
--- a/patchwork/tests/test_bundles.py
+++ b/patchwork/tests/test_bundles.py
@@ -54,6 +54,7 @@ class BundleListTest(TestCase):
self.user.delete()
class BundleTestBase(TestCase):
+ fixtures = ['default_states']
def setUp(self, patch_count=3):
patch_names = ['testpatch%d' % (i) for i in range(1, patch_count+1)]
self.user = create_user()