Skip to content

Commit e75132d

Browse files
committed
Fix lint
1 parent f64ff25 commit e75132d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/migrations/github_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ func TestGithubMultiToken(t *testing.T) {
453453
for _, tC := range testCases {
454454
t.Run(tC.desc, func(t *testing.T) {
455455
opts := base.MigrateOptions{CloneAddr: "https://github.com/go-gitea/gitea", AuthToken: tC.token}
456-
client, err := factory.New(t.Context(), opts)
456+
client, err := factory.New(context.Background(), opts)
457457
require.NoError(t, err)
458458

459459
cloneURL, err := client.FormatCloneURL(opts, "https://github.com")

0 commit comments

Comments
 (0)