RedHatQE / pylero

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

fix issue #150 #162

Closed emesika closed 9 months ago

emesika commented 12 months ago

function calls a method with lower"k" instead of uppert "K" :

Changed: return self.session.tracker_client.service.getDefinedCustomFieldkeys... should be : return self.session.tracker_client.service.getDefinedCustomFieldKeys...