We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e3473 commit d8e3b51Copy full SHA for d8e3b51
tests/integration/test_actor_scrapy.py
@@ -11,7 +11,7 @@ async def test_actor_scrapy_title_spider(
11
make_actor: MakeActorFunction,
12
run_actor: RunActorFunction,
13
) -> None:
14
- base_path = Path('docs/02_guides/code/scrapy_project')
+ base_path = Path('docs/03_guides/code/scrapy_project')
15
16
actor_source_files = {
17
'src/__init__.py': (base_path / 'src/__init__.py').read_text(),
0 commit comments