summaryrefslogtreecommitdiffstats
path: root/services/asymkey/ssh_key_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/asymkey/ssh_key_test.go')
-rw-r--r--services/asymkey/ssh_key_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/asymkey/ssh_key_test.go b/services/asymkey/ssh_key_test.go
index 9de6a4c11b..182371271a 100644
--- a/services/asymkey/ssh_key_test.go
+++ b/services/asymkey/ssh_key_test.go
@@ -8,7 +8,7 @@ import (
"testing"
asymkey_model "code.gitea.io/gitea/models/asymkey"
- "code.gitea.io/gitea/models/login"
+ "code.gitea.io/gitea/models/auth"
"code.gitea.io/gitea/models/unittest"
user_model "code.gitea.io/gitea/models/user"
@@ -19,7 +19,7 @@ func TestAddLdapSSHPublicKeys(t *testing.T) {
assert.NoError(t, unittest.PrepareTestDatabase())
user := unittest.AssertExistsAndLoadBean(t, &user_model.User{ID: 2}).(*user_model.User)
- s := &login.Source{ID: 1}
+ s := &auth.Source{ID: 1}
testCases := []struct {
keyString string