(t *testing.T)
| 443 | } |
| 444 | |
| 445 | func TestGitHubDotComRESTClientOptions(t *testing.T) { |
| 446 | opts := gitHubDotComRESTClientOptions() |
| 447 | assert.Equal(t, "github.com", opts.Host) |
| 448 | assert.Equal(t, constants.DefaultHTTPClientTimeout, opts.Timeout) |
| 449 | } |
nothing calls this directly
no test coverage detected