Update test expectations

This commit is contained in:
Adrian Chaves 2026-06-29 15:50:17 +02:00
parent df5edd14ca
commit 986b83736c
1 changed files with 2 additions and 1 deletions

View File

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