(t *testing.T, c gh.Config, hostname, username, token, gitProtocol string, secureStorage bool)
| 274 | } |
| 275 | |
| 276 | func login(t *testing.T, c gh.Config, hostname, username, token, gitProtocol string, secureStorage bool) { |
| 277 | t.Helper() |
| 278 | _, err := c.Authentication().Login(hostname, username, token, gitProtocol, secureStorage) |
| 279 | require.NoError(t, err) |
| 280 | } |
no test coverage detected