summaryrefslogtreecommitdiffstats
path: root/hyperkitty/tests
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/tests')
-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",
}