fix unit tests
This commit is contained in:
@@ -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",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user