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