Browse Source

Fix typo (#1974)

tags/v1.2.0-rc1
Shuanglei Tao Lunny Xiao 8 years ago
parent
commit
5f30909a4b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      integrations/pull_create_test.go

+ 1
- 1
integrations/pull_create_test.go View File

@@ -19,7 +19,7 @@ func testPullCreate(t *testing.T, session *TestSession, user, repo, branch strin
resp := session.MakeRequest(t, req)
assert.EqualValues(t, http.StatusOK, resp.HeaderCode)

// Click the little green button to craete a pull
// Click the little green button to create a pull
htmlDoc, err := NewHtmlParser(resp.Body)
assert.NoError(t, err)
link, exists := htmlDoc.doc.Find("button.ui.green.small.button").Parent().Attr("href")


Loading…
Cancel
Save