We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8845c23 commit 9225b0bCopy full SHA for 9225b0b
modules/migrations/gogs_test.go
@@ -30,7 +30,7 @@ func TestGogsDownloadRepo(t *testing.T) {
30
return
31
}
32
33
- downloader := NewGogsDownloader(context.Background(), "https://try.gogs.io", gogsPersonalAccessToken, "", "lunnytest", "TESTREPO")
+ downloader := NewGogsDownloader(context.Background(), "https://try.gogs.io", "", "", gogsPersonalAccessToken, "lunnytest", "TESTREPO")
34
repo, err := downloader.GetRepoInfo()
35
assert.NoError(t, err)
36
0 commit comments