linode_api4-python
linode_api4-python copied to clipboard
Filter regions based on account availabilities in get_regions function
📝 Description
This may be helpful to reduce intermittent errors during integration tests.
✔️ How to Test
Run any test you like, for example:
python -m pytest test/integration/models/linode/test_linode.py -k test_get_linode -v
Should be bypassed if the token doesn't have account API access. Converting to draft to work on it.