You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new: Support configuring a custom CA file path (#327)
## 📝 Description
This change allows users to specify a custom CA file to be used for API
requests made by the `LinodeClient` and `LinodeLoginClient` classes.
This is useful for testing in alternate API environments.
## ✔️ How to Test
```
make testunit
```
0 commit comments