Skip to content

Commit d8e3b51

Browse files
committed
fix scrapy integration test path
1 parent f3e3473 commit d8e3b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_actor_scrapy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async def test_actor_scrapy_title_spider(
1111
make_actor: MakeActorFunction,
1212
run_actor: RunActorFunction,
1313
) -> None:
14-
base_path = Path('docs/02_guides/code/scrapy_project')
14+
base_path = Path('docs/03_guides/code/scrapy_project')
1515

1616
actor_source_files = {
1717
'src/__init__.py': (base_path / 'src/__init__.py').read_text(),

0 commit comments

Comments
 (0)