mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +00:00
@ -159,7 +159,8 @@ func TestPullCompare_EnableAllowEditsFromMaintainer(t *testing.T) {
|
||||
"commit_summary": "user2 updated the file",
|
||||
"commit_choice": "direct",
|
||||
})
|
||||
user2Session.MakeRequest(t, req, http.StatusSeeOther)
|
||||
resp = user2Session.MakeRequest(t, req, http.StatusOK)
|
||||
assert.NotEmpty(t, test.RedirectURL(resp))
|
||||
}
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user