mirror of https://github.com/go-gitea/gitea.git
jup
This commit is contained in:
parent
ee37915e29
commit
0e9d805c06
|
@ -19,7 +19,7 @@ import (
|
|||
)
|
||||
|
||||
func testPullCreate(t *testing.T, session *TestSession, user, repo string, toSelf bool, targetBranch, sourceBranch, title string) *httptest.ResponseRecorder {
|
||||
req := NewRequest(t, "GET", path.Join(user, repo))
|
||||
req := NewRequest(t, "GET", path.Join(user, repo, "code"))
|
||||
resp := session.MakeRequest(t, req, http.StatusOK)
|
||||
|
||||
// Click the PR button to create a pull
|
||||
|
|
Loading…
Reference in New Issue