diff --git a/test.py b/test.py index f272bbb..387aaa8 100644 --- a/test.py +++ b/test.py @@ -329,6 +329,7 @@ def test_download_attachments(self): ) # verify download is_download = [] + path = path_builder("Attachment", "attachment_file.csv") read_attachment = file_reader(file_name=path, skip=True) for attach_id in read_attachment: uri_attachment = attach_id[8].split("/")[-1]