loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: use correct import (#7371)

- follow up for forgejo/forgejo#7355. It was merged before being rebased
on the forgejo branch

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7371
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>

authored by

Gusted
Gusted
and committed by
Gusted
5380f23d 6cac7702

+4 -4
+4 -4
tests/integration/api_repo_pulls_test.go
··· 8 8 "net/http" 9 9 "testing" 10 10 11 - repo_model "code.gitea.io/gitea/models/repo" 12 - "code.gitea.io/gitea/models/unittest" 13 - api "code.gitea.io/gitea/modules/structs" 14 - "code.gitea.io/gitea/tests" 11 + repo_model "forgejo.org/models/repo" 12 + "forgejo.org/models/unittest" 13 + api "forgejo.org/modules/structs" 14 + "forgejo.org/tests" 15 15 16 16 "github.com/stretchr/testify/assert" 17 17 )