| 13 | ) |
| 14 | |
| 15 | type testAPIHostResolver struct { |
| 16 | baseURL string |
| 17 | } |
| 18 | |
| 19 | func (t testAPIHostResolver) BaseRESTURL(_ context.Context) (*url.URL, error) { |
| 20 | return url.Parse(t.baseURL) |
nothing calls this directly
no outgoing calls
no test coverage detected