fix(dataproxy): test with CA Cert

This commit is contained in:
Daniel Lee
2016-11-24 13:22:25 +01:00
parent 2893b25a05
commit b6b53c0f4b
+1
View File
@@ -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",