mirror of
https://github.com/certctl-io/certctl.git
synced 2026-08-25 18:21:25 +02:00
Convert `switch { case r.URL.Path == ... }` to `switch r.URL.Path { ... }`
in Vault and DigiCert connector tests to pass golangci-lint CI.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>