summaryrefslogtreecommitdiffstats
path: root/patchwork/tests/test_expiry.py
diff options
context:
space:
mode:
Diffstat (limited to 'patchwork/tests/test_expiry.py')
-rw-r--r--patchwork/tests/test_expiry.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/patchwork/tests/test_expiry.py b/patchwork/tests/test_expiry.py
index 844ed4b..ca22970 100644
--- a/patchwork/tests/test_expiry.py
+++ b/patchwork/tests/test_expiry.py
@@ -26,6 +26,7 @@ from patchwork.tests.utils import create_user, defaults
from patchwork.utils import do_expiry
class TestRegistrationExpiry(TestCase):
+ fixtures = ['default_states']
def register(self, date):
user = create_user()