Skip to content

Commit 69a8b1a

Browse files
committed
Fix lint
1 parent 70fde78 commit 69a8b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/unittest/testdb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func InitSettings(extraConfigs ...string) {
5151

5252
setting.LoadCommonSettings()
5353
if err := setting.PrepareAppDataPath(); err != nil {
54-
log.Fatal("Can not prepare APP_DATA_PATH: %v", err)
54+
log.Fatalf("Can not prepare APP_DATA_PATH: %v", err)
5555
}
5656
// register the dummy hash algorithm function used in the test fixtures
5757
_ = hash.Register("dummy", hash.NewDummyHasher)

0 commit comments

Comments
 (0)