tests: fix api tests

This commit is contained in:
Stavros
2025-04-23 15:12:38 +03:00
parent 9923eb9b8f
commit 84f550023a

View File

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