Skip to content

Commit

Permalink
Version update for test.py
Browse files Browse the repository at this point in the history
* Added test for ``PROJECT.get_attachments_on_projects`` and ``PROJECT.download_attachments`` for version 0.8.4
* Corrected missing variable path
  • Loading branch information
princenyeche authored May 9, 2024
1 parent 647c4a7 commit fe68ee3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit fe68ee3

Please sign in to comment.