mirror of https://github.com/scrapy/scrapy.git
Fix typo
This commit is contained in:
parent
6c55f76318
commit
610ce9b96d
|
|
@ -299,7 +299,7 @@ class CookiesMiddlewareTest(TestCase):
|
|||
|
||||
target['headers'] = {
|
||||
'Location': target['url'],
|
||||
},
|
||||
}
|
||||
response = Response(**target)
|
||||
self.assertEqual(
|
||||
self.mw.process_response(request1, response, self.spider),
|
||||
|
|
|
|||
Loading…
Reference in New Issue