| 77 | } |
| 78 | |
| 79 | type testDefaultAcct struct { |
| 80 | config *core.CliConfig |
| 81 | } |
| 82 | |
| 83 | func (a *testDefaultAcct) ResolveAccount(ctx context.Context) (*credential.Account, error) { |
| 84 | if a.config == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected