Skip to content

Commit 7fc1f2d

Browse files
committed
Fix tests
1 parent 1cc3cc7 commit 7fc1f2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scrapy_zyte_smartproxy/middleware.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ def open_spider(self, spider):
9393
"ZyteSmartProxyMiddleware: disabling download delays in "
9494
"Scrapy to optimize delays introduced by Zyte Smart Proxy "
9595
"Manager. To avoid this behaviour you can use the "
96-
"ZYTE_SMARTPROXY_PRESERVE_DELAY setting but keep in mind that "
97-
"this may slow down the crawl significantly",
96+
"ZYTE_SMARTPROXY_PRESERVE_DELAY setting, but keep in mind "
97+
"that this may slow down the crawl significantly",
9898
extra={'spider': spider},
9999
)
100100

@@ -352,7 +352,7 @@ def _set_zyte_smartproxy_default_headers(self, request):
352352
'Please check '
353353
'https://docs.zyte.com/smart-proxy-manager.html#request-headers '
354354
'for more information. You can set LOG_LEVEL=DEBUG to see the '
355-
'urls with problems'
355+
'urls with problems.'
356356
% str(self.conflicting_headers)
357357
)
358358
logging.debug(
File renamed without changes.

0 commit comments

Comments
 (0)