Skip to content

Commit 2cf1ef4

Browse files
committed
Finally I think have the test fixes.
1 parent 4834b7c commit 2cf1ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_transfers/aws/_test_aws_suggest_next.py renamed to tests/tests_transfers/aws/test_aws_suggest_next.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def aws_setup(self, setup_project_paths):
2727
yield project
2828

2929
rclone.call_rclone(
30-
f"purge central_{project.project_name}_gdrive:{project.cfg['central_path'].parent} {rclone.get_config_arg(project.cfg)}"
30+
f"purge central_{project.project_name}_aws:{project.cfg['central_path'].parent} {rclone.get_config_arg(project.cfg)}"
3131
)
3232

3333
@pytest.mark.asyncio

0 commit comments

Comments
 (0)