maintainers.go:243 creates a bare &http.Client{} instead of using the validator's injected pv.client. This means:
- No timeout configured (could hang indefinitely on a slow/unresponsive LFX API)
- Can't be tested with
httptest since the client isn't injectable
- Currently broken anyway due to no long-lived LFX token (TBD)
maintainers.go:243creates a bare&http.Client{}instead of using the validator's injectedpv.client. This means:httptestsince the client isn't injectable