fix tests
This commit is contained in:
parent
dbf4ffa1e4
commit
9fec58c67c
|
|
@ -154,12 +154,7 @@ func testEditFileToNewBranchAndSendPull(t *testing.T, session *TestSession, user
|
||||||
testEditFileToNewBranch(t, session, user, repo, branch, targetBranch, filePath, newContent)
|
testEditFileToNewBranch(t, session, user, repo, branch, targetBranch, filePath, newContent)
|
||||||
|
|
||||||
url := path.Join(user, repo, "compare", branch+"..."+targetBranch)
|
url := path.Join(user, repo, "compare", branch+"..."+targetBranch)
|
||||||
|
req := NewRequestWithValues(t, "POST", url,
|
||||||
req := NewRequest(t, "GET", url)
|
|
||||||
resp := session.MakeRequest(t, req, http.StatusOK)
|
|
||||||
htmlDoc := NewHTMLParser(t, resp.Body)
|
|
||||||
|
|
||||||
req = NewRequestWithValues(t, "POST", url,
|
|
||||||
map[string]string{
|
map[string]string{
|
||||||
"_csrf": GetCSRF(t, session, url),
|
"_csrf": GetCSRF(t, session, url),
|
||||||
"title": "pull request from " + targetBranch,
|
"title": "pull request from " + targetBranch,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user