diff options
Diffstat (limited to 'internal/db/ssh_key_test.go')
-rw-r--r-- | internal/db/ssh_key_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/ssh_key_test.go b/internal/db/ssh_key_test.go index d4c06488..616347fb 100644 --- a/internal/db/ssh_key_test.go +++ b/internal/db/ssh_key_test.go @@ -15,7 +15,7 @@ import ( ) func init() { - setting.NewContext() + setting.Init() } func Test_SSHParsePublicKey(t *testing.T) { |