From a486042fe586cfc6b63171135e8a872e2bb2b922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Losada?= Date: Fri, 22 Jul 2016 20:03:49 +0200 Subject: [PATCH] Fix ImagesPipeline test settings --- tests/test_pipeline_images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pipeline_images.py b/tests/test_pipeline_images.py index 6ccd9791e..8286582de 100644 --- a/tests/test_pipeline_images.py +++ b/tests/test_pipeline_images.py @@ -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'