mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
command: fix tests
This commit is contained in:
parent
1df31c6144
commit
a3348b090a
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ func TestFlagSet(t *testing.T) {
|
|||
},
|
||||
{
|
||||
FlagSetServer,
|
||||
[]string{"address", "ca-cert", "ca-path", "insecure"},
|
||||
[]string{"address", "ca-cert", "ca-path", "insecure", "tls-skip-verify"},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue