aboutsummaryrefslogtreecommitdiffstats
path: root/routers/admin/users_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/admin/users_test.go')
-rw-r--r--routers/admin/users_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/admin/users_test.go b/routers/admin/users_test.go
index 17eadd1336..e054524fd1 100644
--- a/routers/admin/users_test.go
+++ b/routers/admin/users_test.go
@@ -10,6 +10,7 @@ import (
"code.gitea.io/gitea/models"
"code.gitea.io/gitea/modules/auth"
"code.gitea.io/gitea/modules/test"
+
"github.com/stretchr/testify/assert"
)