Skip to content

Commit 9225b0b

Browse files
committed
fix lint
1 parent 8845c23 commit 9225b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/migrations/gogs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func TestGogsDownloadRepo(t *testing.T) {
3030
return
3131
}
3232

33-
downloader := NewGogsDownloader(context.Background(), "https://try.gogs.io", gogsPersonalAccessToken, "", "lunnytest", "TESTREPO")
33+
downloader := NewGogsDownloader(context.Background(), "https://try.gogs.io", "", "", gogsPersonalAccessToken, "lunnytest", "TESTREPO")
3434
repo, err := downloader.GetRepoInfo()
3535
assert.NoError(t, err)
3636

0 commit comments

Comments
 (0)