diff options
Diffstat (limited to 'models')
-rw-r--r-- | models/ssh_key_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models/ssh_key_test.go b/models/ssh_key_test.go index beb4556b8b..f310935a32 100644 --- a/models/ssh_key_test.go +++ b/models/ssh_key_test.go @@ -14,6 +14,7 @@ import ( ) func init() { + setting.SetCustomPathAndConf("", "") setting.NewContext() } |