diff --git a/internal/api/api_test.go b/internal/api/api_test.go index 8e1352c..dec6126 100644 --- a/internal/api/api_test.go +++ b/internal/api/api_test.go @@ -44,7 +44,8 @@ var handlersConfig = types.HandlersConfig{ var authConfig = types.AuthConfig{ Users: types.Users{}, OauthWhitelist: "", - Secret: "super-secret-api-thing-for-tests", // It is 32 chars long + HMACSecret: "super-secret-api-thing-for-tests", + EncryptionSecret: "super-secret-api-thing-for-tests", CookieSecure: false, SessionExpiry: 3600, LoginTimeout: 0,