Use toscrape.com instead of example.com in test_command_check. (#5407)

This commit is contained in:
Andrey Rahmatullin 2022-02-10 14:50:12 +05:00 committed by GitHub
parent e2e2ffd0d1
commit 5d7c0a5f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,11 +19,11 @@ import scrapy
class CheckSpider(scrapy.Spider):
name = '{self.spider_name}'
start_urls = ['http://example.com']
start_urls = ['http://toscrape.com']
def parse(self, response, **cb_kwargs):
\"\"\"
@url http://example.com
@url http://toscrape.com
{contracts}
\"\"\"
{parse_def}