aboutsummaryrefslogtreecommitdiffstats
path: root/modules/migrations/github_test.go
diff options
context:
space:
mode:
authorJohn Olheiser <john.olheiser@gmail.com>2020-09-21 09:36:51 -0500
committerGitHub <noreply@github.com>2020-09-21 10:36:51 -0400
commitec6a35aeb1d006c4eb65d8ae149e64dc5ea1c947 (patch)
tree8c9597a19bbdfb9b398c29be5ea73ffd98edc254 /modules/migrations/github_test.go
parent2dbca92a0f145ddf6d0e3d4487be28071f6fd792 (diff)
downloadgitea-ec6a35aeb1d006c4eb65d8ae149e64dc5ea1c947.tar.gz
gitea-ec6a35aeb1d006c4eb65d8ae149e64dc5ea1c947.zip
Hopefully support GH enterprise (#12863)
Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'modules/migrations/github_test.go')
-rw-r--r--modules/migrations/github_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/migrations/github_test.go b/modules/migrations/github_test.go
index 955050107c..3a1affbc2f 100644
--- a/modules/migrations/github_test.go
+++ b/modules/migrations/github_test.go
@@ -65,7 +65,7 @@ func assertLabelEqual(t *testing.T, name, color, description string, label *base
func TestGitHubDownloadRepo(t *testing.T) {
GithubLimitRateRemaining = 3 //Wait at 3 remaining since we could have 3 CI in //
- downloader := NewGithubDownloaderV3(context.Background(), "", "", os.Getenv("GITHUB_READ_TOKEN"), "go-gitea", "test_repo")
+ downloader := NewGithubDownloaderV3(context.Background(), "https://github.com", "", "", os.Getenv("GITHUB_READ_TOKEN"), "go-gitea", "test_repo")
err := downloader.RefreshRate()
assert.NoError(t, err)