diff options
Diffstat (limited to 'integrations/ssh_key_test.go')
-rw-r--r-- | integrations/ssh_key_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integrations/ssh_key_test.go b/integrations/ssh_key_test.go index e8fbf17c55..944d2f6bed 100644 --- a/integrations/ssh_key_test.go +++ b/integrations/ssh_key_test.go @@ -16,6 +16,7 @@ import ( "code.gitea.io/gitea/modules/git" api "code.gitea.io/gitea/modules/structs" + "github.com/stretchr/testify/assert" ) |