From 9923eb9b8fd20d6d17474eb57c348de97183c5f1 Mon Sep 17 00:00:00 2001 From: Stavros Date: Wed, 23 Apr 2025 14:33:17 +0300 Subject: [PATCH] tests: add new var in tests --- internal/api/api_test.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/internal/api/api_test.go b/internal/api/api_test.go index 69979bd..1406952 100644 --- a/internal/api/api_test.go +++ b/internal/api/api_test.go @@ -27,10 +27,11 @@ var apiConfig = types.APIConfig{ // Simple handlers config for tests var handlersConfig = types.HandlersConfig{ - AppURL: "http://localhost:8080", - DisableContinue: false, - Title: "Tinyauth", - GenericName: "Generic", + AppURL: "http://localhost:8080", + DisableContinue: false, + Title: "Tinyauth", + GenericName: "Generic", + ForgotPasswordMessage: "Some message", } // Simple auth config for tests