fix unit tests

This commit is contained in:
Willy Kloucek
2022-01-07 16:07:01 +00:00
committed by Jörn Friedrich Dreyer
parent e361132435
commit 61ff46b29c
4 changed files with 16 additions and 12 deletions
+2 -2
View File
@@ -563,7 +563,7 @@ func init() {
Path: dataPath,
},
},
Log: accountsCfg.Log{
Log: &accountsCfg.Log{
Level: "info",
Pretty: true,
Color: true,
@@ -710,7 +710,7 @@ func getService() svc.Service {
TokenManager: config.TokenManager{
JWTSecret: jwtSecret,
},
Log: config.Log{
Log: &config.Log{
Level: "debug",
},
}