diff --git a/tests/docker_rclone_with_config_cli.py b/tests/docker_rclone_with_config_cli.py index 1f72d54fc..9997cc408 100644 --- a/tests/docker_rclone_with_config_cli.py +++ b/tests/docker_rclone_with_config_cli.py @@ -80,6 +80,8 @@ def test_rclone_with_config(self): # The .conf file created inside the container should not be viewable outside the running container # (it was not saved to mounted location) + print(self.test_folder.iterdir()) + testing_file_path = self.test_folder / "testing_rclone_with_config" / "ci_tests" / "test_text_file.txt" assert testing_file_path.is_file()