diff --git a/internal/api/api_test.go b/internal/api/api_test.go index 1406952..e0cb6e5 100644 --- a/internal/api/api_test.go +++ b/internal/api/api_test.go @@ -194,12 +194,13 @@ func TestAppContext(t *testing.T) { // Create tests values expected := types.AppContext{ - Status: 200, - Message: "OK", - ConfiguredProviders: []string{"username"}, - DisableContinue: false, - Title: "Tinyauth", - GenericName: "Generic", + Status: 200, + Message: "OK", + ConfiguredProviders: []string{"username"}, + DisableContinue: false, + Title: "Tinyauth", + GenericName: "Generic", + ForgotPasswordMessage: "Some message", } // We should get the username back