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": "*",