Skip to content

Commit

Permalink
test(e2e): do not always include plaintext for account update password (
Browse files Browse the repository at this point in the history
argoproj#15665)

Signed-off-by: Chris Fry <christopherfry@google.com>
Signed-off-by: jmilic1 <70441727+jmilic1@users.noreply.github.com>
  • Loading branch information
ChristopherFry authored and jmilic1 committed Nov 13, 2023
1 parent 8c83e57 commit 98060fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/fixture/account/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (a *Actions) DoNotIgnoreErrors() *Actions {
func (a *Actions) prepareSetPasswordArgs(account string) []string {
a.context.t.Helper()
return []string{
"account", "update-password", "--account", account, "--current-password", fixture.AdminPassword, "--new-password", fixture.DefaultTestUserPassword, "--plaintext",
"account", "update-password", "--account", account, "--current-password", fixture.AdminPassword, "--new-password", fixture.DefaultTestUserPassword,
}
}

Expand Down

0 comments on commit 98060fa

Please sign in to comment.