chore: use correct import

- follow up for forgejo/forgejo#7355. It was merged before being rebased
on the forgejo branch
This commit is contained in:
Gusted 2025-03-28 13:00:11 +01:00
parent 6cac7702e9
commit 94b1b9f1ad
No known key found for this signature in database
GPG key ID: FD821B732837125F

View file

@ -8,10 +8,10 @@ import (
"net/http"
"testing"
repo_model "code.gitea.io/gitea/models/repo"
"code.gitea.io/gitea/models/unittest"
api "code.gitea.io/gitea/modules/structs"
"code.gitea.io/gitea/tests"
repo_model "forgejo.org/models/repo"
"forgejo.org/models/unittest"
api "forgejo.org/modules/structs"
"forgejo.org/tests"
"github.com/stretchr/testify/assert"
)