diff --git a/routers/web/admin/admin_test.go b/routers/web/admin/admin_test.go index 452291e179..1bb32b2230 100644 --- a/routers/web/admin/admin_test.go +++ b/routers/web/admin/admin_test.go @@ -11,6 +11,7 @@ import ( "code.gitea.io/gitea/modules/contexttest" "code.gitea.io/gitea/modules/setting" "code.gitea.io/gitea/modules/test" + "github.com/stretchr/testify/assert" ) diff --git a/tests/integration/codeowner_test.go b/tests/integration/codeowner_test.go index e1324782f8..667c8d6956 100644 --- a/tests/integration/codeowner_test.go +++ b/tests/integration/codeowner_test.go @@ -20,6 +20,7 @@ import ( "code.gitea.io/gitea/modules/git" files_service "code.gitea.io/gitea/services/repository/files" "code.gitea.io/gitea/tests" + "github.com/stretchr/testify/assert" ) diff --git a/tests/integration/explore_repos_test.go b/tests/integration/explore_repos_test.go index fda376b96f..1afc423152 100644 --- a/tests/integration/explore_repos_test.go +++ b/tests/integration/explore_repos_test.go @@ -8,6 +8,7 @@ import ( "testing" "code.gitea.io/gitea/tests" + "github.com/stretchr/testify/assert" )