From ca7630d001398d3bc90dd70eec96c94d928a6f8d Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 20 Nov 2013 12:08:42 +0100 Subject: Make redirect tests more stable --- hyperkitty/tests/utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'hyperkitty/tests/utils.py') diff --git a/hyperkitty/tests/utils.py b/hyperkitty/tests/utils.py index 5124f39..bbc4c8d 100644 --- a/hyperkitty/tests/utils.py +++ b/hyperkitty/tests/utils.py @@ -32,6 +32,7 @@ OVERRIDE_SETTINGS = { "KITTYSTORE_SEARCH_INDEX": None, "KITTYSTORE_DEBUG": False, "USE_MOCKUPS": False, + "ROOT_URLCONF": "hyperkitty.urls", } -- cgit