From a3348b090a63fc9519239395ea0a2379606acff8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 11 May 2015 11:25:45 -0700 Subject: [PATCH] command: fix tests --- command/meta_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/meta_test.go b/command/meta_test.go index 6670bf79fd..333a2bb709 100644 --- a/command/meta_test.go +++ b/command/meta_test.go @@ -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"}, }, }