tests: add new var in tests

This commit is contained in:
Stavros
2025-04-23 14:33:17 +03:00
parent db43f1cb7a
commit 9923eb9b8f

View File

@@ -27,10 +27,11 @@ var apiConfig = types.APIConfig{
// Simple handlers config for tests // Simple handlers config for tests
var handlersConfig = types.HandlersConfig{ var handlersConfig = types.HandlersConfig{
AppURL: "http://localhost:8080", AppURL: "http://localhost:8080",
DisableContinue: false, DisableContinue: false,
Title: "Tinyauth", Title: "Tinyauth",
GenericName: "Generic", GenericName: "Generic",
ForgotPasswordMessage: "Some message",
} }
// Simple auth config for tests // Simple auth config for tests