linode / linode_api4-python

Official Python bindings for the Linode API
https://linode-api4.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
135 stars 75 forks source link

Fixed inconsistent value types populated for LKENodePool.nodes #446

Closed ezilber-akamai closed 1 month ago

ezilber-akamai commented 1 month ago

📝 Description

Updated The LKENodePool(...).nodes attribute to only be populated with LKENodePoolNode objects.

✔️ How to Test

Integration Tests

make testint TEST_SUITE=lke

Unit Tests

make testunit

ezilber-akamai commented 1 month ago

Would it make sense to add some unit test cases to test that all accepted types are properly translated to LKENodePoolNode objects? Otherwise looks perfect

Fixed!