RedHatQE / pylero

Python wrapper for the Polarion WSDL API
https://redhatqe.github.io/pylero/
MIT License
37 stars 25 forks source link

project.py - wrong code in get_defined_custom_field_type and get_defined_custom_field_types #159

Open emesika opened 1 year ago

emesika commented 1 year ago

Wrong code in get_defined_custom_field_type and get_defined_custom_field_types

1) get_defined_custom_field_type:

        self._uri, work_item_type_id, key
        should be :
        self.project_id, work_item_type_id, key)

2) get_defined_custom_field_types:

        self._uri, work_item_type_id
        should be:
        self.project_id, work_item_type_id