mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Spelling (#4119)
This commit is contained in:
committed by
Jeff Mitchell
parent
f105461df5
commit
e43b76ef97
@@ -139,7 +139,7 @@ func TestUnwrapCommand_Run(t *testing.T) {
|
||||
cmd.client = client
|
||||
cmd.client.SetToken(wrappedToken)
|
||||
|
||||
// Intentionally don't pass the token here - it shoudl use the local token
|
||||
// Intentionally don't pass the token here - it should use the local token
|
||||
code := cmd.Run([]string{})
|
||||
if exp := 0; code != exp {
|
||||
t.Errorf("expected %d to be %d", code, exp)
|
||||
|
||||
Reference in New Issue
Block a user