Skip to content

Commit 9923eb9

Browse files
committed
tests: add new var in tests
1 parent db43f1c commit 9923eb9

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

internal/api/api_test.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ var apiConfig = types.APIConfig{
2727

2828
// Simple handlers config for tests
2929
var handlersConfig = types.HandlersConfig{
30-
AppURL: "http://localhost:8080",
31-
DisableContinue: false,
32-
Title: "Tinyauth",
33-
GenericName: "Generic",
30+
AppURL: "http://localhost:8080",
31+
DisableContinue: false,
32+
Title: "Tinyauth",
33+
GenericName: "Generic",
34+
ForgotPasswordMessage: "Some message",
3435
}
3536

3637
// Simple auth config for tests

0 commit comments

Comments
 (0)