Explorar o código

fix(dataproxy): test with CA Cert

Daniel Lee %!s(int64=9) %!d(string=hai) anos
pai
achega
b6b53c0f4b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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",