From 7ea9dc9d7df5420d73bae60121003112cc5944d7 Mon Sep 17 00:00:00 2001 From: Daniel Harding Date: Fri, 25 Apr 2014 08:38:06 -0500 Subject: Improve the redirect context processor test. * rename the context processor used from 'custom' to 'broken' * remove the custom middleware, because it is not used in the context of the test * rename the test to better identify what it is testing --- tests/context_processors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/context_processors.py') diff --git a/tests/context_processors.py b/tests/context_processors.py index 4c08000..6fe220d 100644 --- a/tests/context_processors.py +++ b/tests/context_processors.py @@ -1,2 +1,2 @@ -def custom(request): +def broken(request): request.non_existing_attribute -- cgit v1.2.3