diff --git a/tests/docker_rclone_with_config_cli.py b/tests/docker_rclone_with_config_cli.py index 9997cc408..0538af16d 100644 --- a/tests/docker_rclone_with_config_cli.py +++ b/tests/docker_rclone_with_config_cli.py @@ -80,7 +80,7 @@ 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()) + print(list(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()