Merge pull request #3299 from grammy-jiang/dev

[MRG+1] fix the test case name of HttpProxyMiddleware
This commit is contained in:
Mikhail Korobov 2018-06-22 04:17:18 +05:00 committed by GitHub
commit 1fd1702a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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