From 4235450f5e5f3c21e5dfc592f99351e12ec74910 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Mon, 16 Jun 2014 10:31:05 +0100 Subject: [PATCH] Minor PEP8 fix --- runtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests.py b/runtests.py index 346729653f..6fd98d0842 100755 --- a/runtests.py +++ b/runtests.py @@ -102,7 +102,7 @@ if not settings.configured: COMPRESS_ENABLED=False, # disable compression so that we can run tests on the content of the compress tag WAGTAILSEARCH_BACKENDS=WAGTAILSEARCH_BACKENDS, WAGTAIL_SITE_NAME='Test Site', - LOGIN_REDIRECT_URL = 'wagtailadmin_home', + LOGIN_REDIRECT_URL='wagtailadmin_home', )