We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee37915 commit 0e9d805Copy full SHA for 0e9d805
tests/integration/pull_create_test.go
@@ -19,7 +19,7 @@ import (
19
)
20
21
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))
+ req := NewRequest(t, "GET", path.Join(user, repo, "code"))
23
resp := session.MakeRequest(t, req, http.StatusOK)
24
25
// Click the PR button to create a pull
0 commit comments