mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-19 08:20:13 +00:00
chore: remove illegal git usage (#6488)
This is no longer possible in future go-git versions, so lets hardcode it Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6488 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Co-authored-by: Gusted <postmaster@gusted.xyz> Co-committed-by: Gusted <postmaster@gusted.xyz>
This commit is contained in:
parent
7973332035
commit
8ed4b77f1f
8 changed files with 45 additions and 69 deletions
|
@ -61,7 +61,7 @@ func Test_RepoWikiPages(t *testing.T) {
|
|||
|
||||
doc := NewHTMLParser(t, resp.Body)
|
||||
expectedPagePaths := []string{
|
||||
"Home", "Long-Page", "Page-With-Image", "Page-With-Spaced-Name", "Unescaped-File",
|
||||
"Home", "Long-Page", "Page-With-Image", "Page-With-Spaced-Name", "Unescaped-File", "XSS",
|
||||
}
|
||||
doc.Find("tr").Each(func(i int, s *goquery.Selection) {
|
||||
firstAnchor := s.Find("a").First()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue