Skip to content

Commit aaa9e59

Browse files
gkorlandCopilot
andcommitted
Update e2e/seed_test_data.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d1c700a commit aaa9e59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/seed_test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
("import_data", "add_node"),
2929
]
3030

31-
REPOSITORIES_DIR = Path.cwd() / "repositories"
31+
REPOSITORIES_DIR = Path(__file__).resolve().parent.parent / "repositories"
3232

3333

3434
def repo_name_from_url(url: str) -> str:

0 commit comments

Comments
 (0)