Fix ImagesPipeline test settings

This commit is contained in:
Jesús Losada 2016-07-22 20:03:49 +02:00 committed by Paul Tremberth
parent 77ce43b5c4
commit a486042fe5
1 changed files with 1 additions and 1 deletions

View File

@ -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'