This commit is contained in:
MedzikUser 2021-10-27 22:41:38 +02:00
parent 8a2cf5e596
commit a75b2492cb
1 changed files with 2 additions and 1 deletions

View File

@ -324,7 +324,7 @@ func TestBrokenGitHubEnterpriseURL(t *testing.T) {
t.Error("Unexpected error occurred:", err)
}
}
/*
func TestUpdateFromGitHubEnterprise(t *testing.T) {
token := os.Getenv("GITHUB_ENTERPRISE_TOKEN")
base := os.Getenv("GITHUB_ENTERPRISE_BASE_URL")
@ -368,6 +368,7 @@ func TestUpdateFromGitHubEnterprise(t *testing.T) {
t.Error("Output from test binary after update is unexpected:", out)
}
}
*/
func TestUpdateFromGitHubPrivateRepo(t *testing.T) {
token := os.Getenv("GITHUB_PRIVATE_TOKEN")