summaryrefslogtreecommitdiffstats
path: root/takahe/settings/testing.py
diff options
context:
space:
mode:
Diffstat (limited to 'takahe/settings/testing.py')
-rw-r--r--takahe/settings/testing.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/takahe/settings/testing.py b/takahe/settings/testing.py
index c0af28b..39fda96 100644
--- a/takahe/settings/testing.py
+++ b/takahe/settings/testing.py
@@ -3,6 +3,4 @@ from .base import * # noqa
# Fixed secret key
SECRET_KEY = "testing_secret"
-IN_TESTS = True
-
MAIN_DOMAIN = "example.com"