Skip to content

Commit 3486a8b

Browse files
committed
Fix test
1 parent ebe10a9 commit 3486a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/git_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func testGit(t *testing.T, u *url.URL) {
6464
t.Run("CreateRepoInDifferentUser", doAPICreateRepository(apiForkedUserCtx, false))
6565
t.Run("AddUserAsCollaborator", doAPIAddCollaborator(apiForkedUserCtx, httpContext.Username, perm.AccessModeRead))
6666

67-
t.Run("ForkFromDifferentUser", doAPIForkRepository(apiForkedUserCtx, forkedUserCtx.Username))
67+
t.Run("ForkFromDifferentUser", doAPIForkRepository(httpContext.CreateAPITestContext(t), forkedUserCtx.Username))
6868

6969
u.Path = httpContext.GitPath()
7070
u.User = url.UserPassword(username, userPassword)

0 commit comments

Comments
 (0)