mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Introduce auth as a subcommand
This commit is contained in:
@@ -89,7 +89,7 @@ func TestAuthEnableCommand_Run(t *testing.T) {
|
||||
t.Errorf("expected %d to be %d", code, exp)
|
||||
}
|
||||
|
||||
expected := "Success! Enabled userpass auth provider at:"
|
||||
expected := "Success! Enabled userpass auth method at:"
|
||||
combined := ui.OutputWriter.String() + ui.ErrorWriter.String()
|
||||
if !strings.Contains(combined, expected) {
|
||||
t.Errorf("expected %q to contain %q", combined, expected)
|
||||
|
||||
Reference in New Issue
Block a user