Преглед изворни кода

fix(dataproxy): test with CA Cert

Daniel Lee пре 9 година
родитељ
комит
b6b53c0f4b
1 измењених фајлова са 1 додато и 0 уклоњено
  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",