mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
debug: fix test typo (#7862)
This commit is contained in:
parent
95cef7e420
commit
f4ea6d6653
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ func TestDebugCommand_Run(t *testing.T) {
|
|||
"invalid_target",
|
||||
[]string{
|
||||
"-duration=1s",
|
||||
fmt.Sprintf("-output=%s/too_many_args", testDir),
|
||||
fmt.Sprintf("-output=%s/invalid_target", testDir),
|
||||
"-target=foo",
|
||||
},
|
||||
"Ignoring invalid targets: foo",
|
||||
|
|
|
|||
Loading…
Reference in a new issue