fix the test case name of HttpProxyMiddleware

This commit is contained in:
Grammy Jiang 2018-06-20 16:56:46 +08:00
parent 991e9b889f
commit 88bd067912
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from scrapy.settings import Settings
spider = Spider('foo')
class TestDefaultHeadersMiddleware(TestCase):
class TestHttpProxyMiddleware(TestCase):
failureException = AssertionError