From b6b53c0f4b102ad4d1a5a649b6fc907cd782f9fd Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Fri, 18 Nov 2016 18:13:13 +0100 Subject: [PATCH] fix(dataproxy): test with CA Cert --- pkg/api/dataproxy_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/api/dataproxy_test.go b/pkg/api/dataproxy_test.go index 837a3d2c59c..5e6e62de0a3 100644 --- a/pkg/api/dataproxy_test.go +++ b/pkg/api/dataproxy_test.go @@ -70,6 +70,7 @@ func TestDataSourceProxy(t *testing.T) { json := simplejson.New() json.Set("tlsAuth", true) + json.Set("tlsAuthWithCACert", true) ds := m.DataSource{ Url: "htttp://k8s:8001", Type: "Kubernetes",