Note that NewIsolatedTestConfig sets up a Mock keyring as well
(t *testing.T)
| 12 | |
| 13 | // Note that NewIsolatedTestConfig sets up a Mock keyring as well |
| 14 | func newTestAuthConfig(t *testing.T) *AuthConfig { |
| 15 | cfg, _ := NewIsolatedTestConfig(t) |
| 16 | return &AuthConfig{cfg: cfg.cfg} |
| 17 | } |
| 18 | |
| 19 | func TestTokenFromKeyring(t *testing.T) { |
| 20 | // Given a keyring that contains a token for a host |
no test coverage detected