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 e0c91f1 commit 1502e1cCopy full SHA for 1502e1c
tests/tests_transfers/aws/test_aws_suggest_next.py
@@ -27,7 +27,7 @@ def aws_setup(self, setup_project_paths):
27
yield project
28
29
rclone.call_rclone(
30
- f"purge central_{project.project_name}_gdrive:{project.cfg['central_path'].parent}"
+ f"purge central_{project.project_name}_gdrive:{project.cfg['central_path'].parent} {rclone.get_config_arg(project.cfg)}"
31
)
32
33
@pytest.mark.asyncio
0 commit comments