Skip to content

Commit

Permalink
tmp-skip
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Mar 22, 2024
1 parent ddac225 commit 38dbe87
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pam/integration-tests/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 38dbe87

Please sign in to comment.