mirror of https://github.com/scrapy/scrapy.git
Fixed typo in test
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40569
This commit is contained in:
parent
5eb7e5ba89
commit
bbd2a9d6f0
|
|
@ -62,7 +62,7 @@ class AdaptorsTestCase(unittest.TestCase):
|
|||
'http://www.example.com/test/ascii',
|
||||
'enc-ascii.html',
|
||||
{'Content-Type': ['text/html; charset=utf-8']})
|
||||
check_encoding(x, pound=False, euro=False)
|
||||
check_extractor(x, pound=False, euro=False)
|
||||
|
||||
# Test for inconsistencies between HTTP header encoding and
|
||||
# META header encoding. It must prefer HTTP header like browsers do
|
||||
|
|
|
|||
Loading…
Reference in New Issue