Skip to content

Commit

Permalink
chore: do not always include plaintext for account update password
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Fry <christopherfry@google.com>
  • Loading branch information
ChristopherFry committed Sep 26, 2023
1 parent 8a2e0ba commit 3f7aa59
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 3f7aa59

Please sign in to comment.