(&self, cmd: C)
| 219 | } else { |
| 220 | auth_token = Some(output.auth_token); |
| 221 | break; |
| 222 | } |
| 223 | } |
| 224 | if auth_token.is_none() { |
| 225 | return Err(ApiError::ApiClient(anyhow::format_err!("exceeded {MAX_ATTEMPTS} URL overrides").into()).into()); |
| 226 | } |
no outgoing calls
no test coverage detected