Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
micha91 committed Feb 6, 2024
1 parent 3cf8bfa commit be8d124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client_workitemattachments.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_get_work_item_attachments_single_page(
assert len(work_item_attachments) == 1
assert len(reqs) == 1
assert work_item_attachments[0] == polarion_api.WorkItemAttachment(
"MyWorkItemId", "MyAttachmentId", "Title"
"MyWorkItemId", "MyAttachmentId", "Title", file_name="File Name"
)


Expand Down

0 comments on commit be8d124

Please sign in to comment.