mirror of https://github.com/scrapy/scrapy.git
fix the test case name of HttpProxyMiddleware
This commit is contained in:
parent
991e9b889f
commit
88bd067912
|
|
@ -13,7 +13,7 @@ from scrapy.settings import Settings
|
|||
spider = Spider('foo')
|
||||
|
||||
|
||||
class TestDefaultHeadersMiddleware(TestCase):
|
||||
class TestHttpProxyMiddleware(TestCase):
|
||||
|
||||
failureException = AssertionError
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue