(t *testing.T, c gh.Config, hostname, username, token, gitProtocol string, secureStorage bool)
| 200 | } |
| 201 | |
| 202 | func login(t *testing.T, c gh.Config, hostname, username, token, gitProtocol string, secureStorage bool) { |
| 203 | t.Helper() |
| 204 | _, err := c.Authentication().Login(hostname, username, token, gitProtocol, secureStorage) |
| 205 | require.NoError(t, err) |
| 206 | } |
no test coverage detected