Skip to content

Commit 1488f79

Browse files
committed
remove manual merge switch off
Signed-off-by: Andrew Thornton <[email protected]>
1 parent bc144b6 commit 1488f79

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

integrations/git_test.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -442,15 +442,6 @@ func doMergeFork(ctx, baseCtx APITestContext, baseBranch, headBranch string) fun
442442
var pr api.PullRequest
443443
var err error
444444

445-
trueBool := true
446-
falseBool := false
447-
448-
t.Run("AllowSetManuallyMergedAndSwitchOffAutodetectManualMerge", doAPIEditRepository(baseCtx, &api.EditRepoOption{
449-
HasPullRequests: &trueBool,
450-
AllowManualMerge: &trueBool,
451-
AutodetectManualMerge: &falseBool,
452-
}))
453-
454445
// Create a test pullrequest
455446
t.Run("CreatePullRequest", func(t *testing.T) {
456447
pr, err = doAPICreatePullRequest(ctx, baseCtx.Username, baseCtx.Reponame, baseBranch, headBranch)(t)

0 commit comments

Comments
 (0)