| 41 | ) |
| 42 | |
| 43 | type TestHttpClientsFactory struct { |
| 44 | client *http.Client |
| 45 | healthCheckHttpClient *http.Client |
| 46 | } |
| 47 | |
| 48 | func (t *TestHttpClientsFactory) GetHttpClient(_ context.Context, _ *controller.RoutingConfig) *http.Client { |
| 49 | return t.client |
nothing calls this directly
no outgoing calls
no test coverage detected