mirror of https://github.com/scrapy/scrapy.git
Update test expectations
This commit is contained in:
parent
df5edd14ca
commit
986b83736c
|
|
@ -331,9 +331,10 @@ class MySpider(scrapy.Spider):
|
|||
assert self.ASYNC_MSG in err
|
||||
assert (
|
||||
"The installed reactor (twisted.internet.asyncioreactor.AsyncioSelectorReactor)"
|
||||
" does not match the requested one"
|
||||
f" does not match the one requested by spider {spider!r}"
|
||||
" (twisted.internet.selectreactor.SelectReactor)"
|
||||
) in err
|
||||
assert "FORCE_CRAWLER_PROCESS=True" in err
|
||||
|
||||
def test_project_asyncio_spider_settings_select_forced(
|
||||
self, proj_path: Path
|
||||
|
|
|
|||
Loading…
Reference in New Issue