summaryrefslogtreecommitdiffstats
path: root/hyperkitty/tests/utils.py
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-11-20 12:08:42 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-11-20 19:15:41 +0100
commitca7630d001398d3bc90dd70eec96c94d928a6f8d (patch)
treeee7b1e9b280acc144b3bad211c4302bc4dc8a97c /hyperkitty/tests/utils.py
parent3d7878e1088138fbc3971313a74c91b79bbea643 (diff)
downloadhyperkitty-ca7630d001398d3bc90dd70eec96c94d928a6f8d.tar.gz
hyperkitty-ca7630d001398d3bc90dd70eec96c94d928a6f8d.tar.xz
hyperkitty-ca7630d001398d3bc90dd70eec96c94d928a6f8d.zip
Make redirect tests more stable
Diffstat (limited to 'hyperkitty/tests/utils.py')
-rw-r--r--hyperkitty/tests/utils.py1
1 files changed, 1 insertions, 0 deletions
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",
}