| 390 | } |
| 391 | |
| 392 | type stubClientFactory struct{} |
| 393 | |
| 394 | func (s *stubClientFactory) GetSpacedClient(_ Requester) (*octopusApiClient.Client, error) { |
| 395 | return nil, errors.New("app is not configured correctly") |
nothing calls this directly
no outgoing calls
no test coverage detected