diff options
Diffstat (limited to 'tests/context_processors.py')
| -rw-r--r-- | tests/context_processors.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
