aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/ssh_key_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integrations/ssh_key_test.go')
-rw-r--r--integrations/ssh_key_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/ssh_key_test.go b/integrations/ssh_key_test.go
index 9ad43ae226..f6df5ff8f4 100644
--- a/integrations/ssh_key_test.go
+++ b/integrations/ssh_key_test.go
@@ -14,7 +14,7 @@ import (
"testing"
"time"
- "code.gitea.io/git"
+ "code.gitea.io/gitea/modules/git"
api "code.gitea.io/sdk/gitea"
"github.com/stretchr/testify/assert"
)