Removed obsolete BaseHandler attributes.

Unused since d334f46b7a.
This commit is contained in:
Daniel Hepper 2018-05-27 17:21:27 +02:00 committed by Tim Graham
parent a6fb5b1fe0
commit 4e016d1372
2 changed files with 1 additions and 5 deletions

View file

@ -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):
"""