(req *http.Request)
| 1775 | } |
| 1776 | |
| 1777 | func (f fakeRoundTripper) RoundTrip(req *http.Request) (*http.Response, error) { |
| 1778 | return f.roundTrip(req) |
| 1779 | } |
| 1780 | |
| 1781 | //nolint:gosec // these are test credentials |
| 1782 | const testRSAPrivateKey = `-----BEGIN RSA PRIVATE KEY----- |