From 669aea7436c1a0ea167166085aa30f1a570f7e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 4 Apr 2016 16:10:55 +0200 Subject: [PATCH] Testing should have debug mode disabled. --- tests/config_testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/config_testing.py b/tests/config_testing.py index b7fc3494..43562d16 100644 --- a/tests/config_testing.py +++ b/tests/config_testing.py @@ -2,7 +2,7 @@ BLENDER_ID_ENDPOINT = 'http://127.0.0.1:8001' # nonexistant server, no trailing slash! -DEBUG = True +DEBUG = False TESTING = True CDN_STORAGE_USER = 'u41508580125621'