Commit b6b53c0f by Daniel Lee

fix(dataproxy): test with CA Cert

parent 2893b25a
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment