summaryrefslogtreecommitdiffstats
path: root/integrations/pull_compare_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integrations/pull_compare_test.go')
-rw-r--r--integrations/pull_compare_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/pull_compare_test.go b/integrations/pull_compare_test.go
index 5ff7b4b6cb..06826a08b9 100644
--- a/integrations/pull_compare_test.go
+++ b/integrations/pull_compare_test.go
@@ -18,7 +18,7 @@ func TestPullCompare(t *testing.T) {
req := NewRequest(t, "GET", "/user2/repo1/pulls")
resp := session.MakeRequest(t, req)
assert.EqualValues(t, http.StatusOK, resp.HeaderCode)
- htmlDoc := NewHtmlParser(t, resp.Body)
+ htmlDoc := NewHTMLParser(t, resp.Body)
link, exists := htmlDoc.doc.Find(".navbar").Find(".ui.green.button").Attr("href")
assert.True(t, exists, "The template has changed")