(t *testing.T)
| 838 | } |
| 839 | |
| 840 | func TestGithubBaseURL(t *testing.T) { |
| 841 | cfg := getDefaultGithubConfig() |
| 842 | |
| 843 | require.Equal(t, "https://github.com", cfg[0].BaseEndpoint()) |
| 844 | } |
| 845 | |
| 846 | func TestGithubBaseURLIsSet(t *testing.T) { |
| 847 | cfg := getDefaultGithubConfig() |
nothing calls this directly
no test coverage detected