fix unit tests

This commit is contained in:
Willy Kloucek
2022-01-03 07:49:24 +01:00
parent b70cbd26ee
commit d5e8ac0771
4 changed files with 16 additions and 12 deletions
+2 -2
View File
@@ -547,7 +547,7 @@ func init() {
Path: dataPath,
},
},
Log: accountsCfg.Log{
Log: &accountsCfg.Log{
Level: "info",
Pretty: true,
Color: true,
@@ -694,7 +694,7 @@ func getService() svc.Service {
TokenManager: config.TokenManager{
JWTSecret: jwtSecret,
},
Log: config.Log{
Log: &config.Log{
Level: "debug",
},
}