Skip to content

Commit a543d3f

Browse files
micha91ewuerger
andauthored
refactor: apply changes from review
Co-authored-by: Ernst Würger <50786483+ewuerger@users.noreply.github.com>
1 parent 0b3cba7 commit a543d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polarion_rest_api_client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ def update_work_item(
817817
self.project_id,
818818
work_item.id,
819819
client=self.client,
820-
change_type_to=work_item_type,
820+
change_type_to=work_item.type or oa_types.UNSET,
821821
body=self._build_work_item_patch_request(work_item),
822822
)
823823

0 commit comments

Comments
 (0)