summaryrefslogtreecommitdiff
path: root/django/test/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/test/utils.py')
-rw-r--r--django/test/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/test/utils.py b/django/test/utils.py
index b0f4a8e53d..a33395a6d8 100644
--- a/django/test/utils.py
+++ b/django/test/utils.py
@@ -10,7 +10,7 @@ from django.template import Template
# the test database.
TEST_DATABASE_PREFIX = 'test_'
-def instrumented_test_render(self, context, unused=None):
+def instrumented_test_render(self, context):
"""
An instrumented Template render method, providing a signal
that can be intercepted by the test system Client