(t *testing.T)
| 825 | } |
| 826 | |
| 827 | func TestUploadEndpoint(t *testing.T) { |
| 828 | cfg := getDefaultGithubConfig() |
| 829 | |
| 830 | require.Equal(t, "https://uploads.github.com/", cfg[0].UploadEndpoint()) |
| 831 | } |
| 832 | |
| 833 | func TestUploadEndpointIsSet(t *testing.T) { |
| 834 | cfg := getDefaultGithubConfig() |
nothing calls this directly
no test coverage detected