mirror of https://github.com/scrapy/scrapy.git
Fix ImagesPipeline test settings
This commit is contained in:
parent
77ce43b5c4
commit
a486042fe5
|
|
@ -221,7 +221,7 @@ class ImagesPipelineTestCaseCustomSettings(unittest.TestCase):
|
|||
default_pipeline_settings = dict(
|
||||
MIN_WIDTH=0,
|
||||
MIN_HEIGHT=0,
|
||||
EXPIRES=0,
|
||||
EXPIRES=90,
|
||||
THUMBS={},
|
||||
IMAGES_URLS_FIELD='image_urls',
|
||||
IMAGES_RESULT_FIELD='images'
|
||||
|
|
|
|||
Loading…
Reference in New Issue