Browse Source

fix(dataproxy): test with CA Cert

Daniel Lee 9 years ago
parent
commit
b6b53c0f4b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pkg/api/dataproxy_test.go

+ 1 - 0
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",