()
| 164 | } |
| 165 | |
| 166 | func (h *Helper) AdminURL() string { |
| 167 | if h.AdminURLOverride != "" { |
| 168 | return h.AdminURLOverride |
| 169 | } |
| 170 | return h.AdminURLDefault |
| 171 | } |
| 172 | |
| 173 | func (h *Helper) Client() (*client.Client, error) { |
| 174 | // The admin token and URL may have changed (e.g. if the user did a separate login or env switch). |
no outgoing calls
no test coverage detected