forked from forgejo/forgejo
parent
04b235d094
commit
838db2f891
102 changed files with 1715 additions and 1523 deletions
|
@ -51,7 +51,7 @@ func TestSearchRepo(t *testing.T) {
|
|||
}
|
||||
|
||||
func testSearch(t *testing.T, url string, expected []string) {
|
||||
req := NewRequestf(t, "GET", url)
|
||||
req := NewRequest(t, "GET", url)
|
||||
resp := MakeRequest(t, req, http.StatusOK)
|
||||
|
||||
filenames := resultFilenames(t, NewHTMLParser(t, resp.Body))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue