aboutsummaryrefslogtreecommitdiffstats
path: root/tests/integration/repo_search_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/repo_search_test.go')
-rw-r--r--tests/integration/repo_search_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/repo_search_test.go b/tests/integration/repo_search_test.go
index 29d1517f4e..36a2e81f3b 100644
--- a/tests/integration/repo_search_test.go
+++ b/tests/integration/repo_search_test.go
@@ -57,5 +57,5 @@ func testSearch(t *testing.T, url string, expected []string) {
resp := MakeRequest(t, req, http.StatusOK)
filenames := resultFilenames(NewHTMLParser(t, resp.Body))
- assert.EqualValues(t, expected, filenames)
+ assert.Equal(t, expected, filenames)
}