This commit is contained in:
6543 2024-10-31 19:17:27 +01:00
parent ee37915e29
commit 0e9d805c06
1 changed files with 1 additions and 1 deletions

View File

@ -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