summaryrefslogtreecommitdiffstats
path: root/integrations/release_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integrations/release_test.go')
-rw-r--r--integrations/release_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/release_test.go b/integrations/release_test.go
index 88591a05e9..d75d74956e 100644
--- a/integrations/release_test.go
+++ b/integrations/release_test.go
@@ -14,10 +14,10 @@ import (
"code.gitea.io/gitea/models/unittest"
"code.gitea.io/gitea/modules/setting"
"code.gitea.io/gitea/modules/test"
+ "code.gitea.io/gitea/modules/translation/i18n"
"github.com/PuerkitoBio/goquery"
"github.com/stretchr/testify/assert"
- "github.com/unknwon/i18n"
)
func createNewRelease(t *testing.T, session *TestSession, repoURL, tag, title string, preRelease, draft bool) {