summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/handlers/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/handlers/tests.py b/tests/handlers/tests.py
index adf34c5437..175a892618 100644
--- a/tests/handlers/tests.py
+++ b/tests/handlers/tests.py
@@ -17,7 +17,7 @@ class HandlerTests(SimpleTestCase):
def test_middleware_initialized(self):
handler = WSGIHandler()
- self.assertIsNotNone(handler._request_middleware)
+ self.assertIsNotNone(handler._middleware_chain)
def test_bad_path_info(self):
"""