Skip to content

Commit 0e9d805

Browse files
committed
jup
1 parent ee37915 commit 0e9d805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/pull_create_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
)
2020

2121
func testPullCreate(t *testing.T, session *TestSession, user, repo string, toSelf bool, targetBranch, sourceBranch, title string) *httptest.ResponseRecorder {
22-
req := NewRequest(t, "GET", path.Join(user, repo))
22+
req := NewRequest(t, "GET", path.Join(user, repo, "code"))
2323
resp := session.MakeRequest(t, req, http.StatusOK)
2424

2525
// Click the PR button to create a pull

0 commit comments

Comments
 (0)