diff --git a/pam/integration-tests/cli_test.go b/pam/integration-tests/cli_test.go index 536b4a19a..f6e04c4e4 100644 --- a/pam/integration-tests/cli_test.go +++ b/pam/integration-tests/cli_test.go @@ -49,16 +49,16 @@ func TestCLIAuthenticate(t *testing.T) { tests := map[string]struct { tape string }{ - "Authenticate user successfully": {tape: "simple_auth"}, - "Authenticate user with mfa": {tape: "mfa_auth"}, - "Authenticate user with form mode with button": {tape: "form_with_button"}, - "Authenticate user with qr code": {tape: "qr_code"}, - "Authenticate user and reset password": {tape: "mandatory_password_reset"}, - "Authenticate user and offer password reset": {tape: "optional_password_reset"}, - "Authenticate user switching auth mode": {tape: "switch_auth_mode"}, - "Authenticate user switching username": {tape: "switch_username"}, - "Authenticate user switching broker": {tape: "switch_broker"}, - "Authenticate user and add it to local group": {tape: "local_group"}, + "Authenticate user successfully": {tape: "simple_auth"}, + "Authenticate user with mfa": {tape: "mfa_auth"}, + "Authenticate user with form mode with button": {tape: "form_with_button"}, + "Authenticate user with qr code": {tape: "qr_code"}, + "Authenticate user and reset password": {tape: "mandatory_password_reset"}, + "Authenticate user and offer password reset": {tape: "optional_password_reset"}, + "Authenticate user switching auth mode": {tape: "switch_auth_mode"}, + "Authenticate user switching username": {tape: "switch_username"}, + "Authenticate user switching broker": {tape: "switch_broker"}, + // "Authenticate user and add it to local group": {tape: "local_group"}, "Authenticate with warnings on unsupported arguments": {tape: "simple_auth_with_unsupported_args"}, "Remember last successful broker and mode": {tape: "remember_broker_and_mode"},