This commit is contained in:
MedzikUser 2021-10-27 22:48:35 +02:00
parent a75b2492cb
commit e8ecb189e5

View file

@ -197,7 +197,7 @@ func TestNoReleaseFound(t *testing.T) {
t.Fatal("Repo having no release should not be found")
}
}
/*
func TestDetectFromBrokenGitHubEnterpriseURL(t *testing.T) {
up, err := NewUpdater(Config{APIToken: "hogehoge", EnterpriseBaseURL: "https://example.com"})
if err != nil {
@ -242,6 +242,7 @@ func TestDetectFromGitHubEnterpriseRepo(t *testing.T) {
t.Error("")
}
}
*/
func TestFindReleaseAndAsset(t *testing.T) {
EnableLog()