From b16409ac54f8d37beecb73edcad478d80eefdb55 Mon Sep 17 00:00:00 2001 From: Pete Wildsmith Date: Sun, 30 Apr 2017 15:40:04 +0100 Subject: [PATCH] update test --- command/agent/config_parse_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/command/agent/config_parse_test.go b/command/agent/config_parse_test.go index cec5cbef2..9774b0db3 100644 --- a/command/agent/config_parse_test.go +++ b/command/agent/config_parse_test.go @@ -154,8 +154,7 @@ func TestConfig_Parse(t *testing.T) { CAFile: "foo", CertFile: "bar", KeyFile: "pipe", - VerifyIncoming: true, - VerifyOutgoing: true, + VerifyHTTPSClient: true, }, HTTPAPIResponseHeaders: map[string]string{ "Access-Control-Allow-Origin": "*",