adapted proxy tests to support shared.Commons

This commit is contained in:
A.Unger
2021-11-11 14:17:24 +01:00
parent 202e63bcb6
commit a29f10e764

View File

@@ -698,7 +698,7 @@ func getService() svc.Service {
TokenManager: config.TokenManager{
JWTSecret: jwtSecret,
},
Log: shared.Log{
Log: &shared.Log{
Level: "debug",
},
}