summaryrefslogtreecommitdiffstats
path: root/tests/integration/api_comment_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/api_comment_test.go')
-rw-r--r--tests/integration/api_comment_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/api_comment_test.go b/tests/integration/api_comment_test.go
index edd4da88c1..fb2d41223e 100644
--- a/tests/integration/api_comment_test.go
+++ b/tests/integration/api_comment_test.go
@@ -14,8 +14,8 @@ import (
repo_model "code.gitea.io/gitea/models/repo"
"code.gitea.io/gitea/models/unittest"
user_model "code.gitea.io/gitea/models/user"
- "code.gitea.io/gitea/modules/convert"
api "code.gitea.io/gitea/modules/structs"
+ "code.gitea.io/gitea/services/convert"
"code.gitea.io/gitea/tests"
"github.com/stretchr/testify/assert"