Skip to content

Commit 28c5e14

Browse files
authored
Inject exception for debugging in test_static_crawlers_templates
Added an exception raise for debugging purposes.
1 parent 1a22548 commit 28c5e14

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/e2e/project_template/test_static_crawlers_templates.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ async def test_static_crawler_actor_at_apify(
7070
patch_crawlee_version_in_project(
7171
project_path=tmp_path / actor_name, wheel_path=crawlee_wheel_path, package_manager=package_manager
7272
)
73+
raise Exception("injected")
7374

7475
# Print apify version for debugging purposes in rare cases of CLI failures
7576
subprocess.run(['apify', '--version'], check=True) # noqa: ASYNC221, S607

0 commit comments

Comments
 (0)