(t *testing.T)
| 812 | } |
| 813 | |
| 814 | func TestGithubAPIEndpoint(t *testing.T) { |
| 815 | cfg := getDefaultGithubConfig() |
| 816 | |
| 817 | require.Equal(t, "https://api.github.com/", cfg[0].APIEndpoint()) |
| 818 | } |
| 819 | |
| 820 | func TestGithubAPIEndpointIsSet(t *testing.T) { |
| 821 | cfg := getDefaultGithubConfig() |
nothing calls this directly
no test coverage detected