Update tests

pull/10616/head
Andrew Watkins 2018-03-13 21:39:05 -07:00 committed by Brandon Farmer
parent d896205f97
commit dee82fcd4d
2 changed files with 20 additions and 16 deletions

View File

@ -27,6 +27,7 @@ func TestServerStore(t *testing.T) {
URL: "toyota-hilux.lyon-estates.local",
Active: false,
Organization: "133",
InsecureSkipVerify: true,
},
chronograf.Server{
Name: "HipToBeSquare",
@ -36,6 +37,7 @@ func TestServerStore(t *testing.T) {
URL: "toyota-hilux.lyon-estates.local",
Active: false,
Organization: "133",
InsecureSkipVerify: false,
},
}

View File

@ -165,6 +165,7 @@ func TestServer(t *testing.T) {
"name": "Kapa 1",
"url": "http://localhost:9092",
"active": true,
"insecureSkipVerify": false,
"links": {
"proxy": "/chronograf/v1/sources/5000/kapacitors/5000/proxy",
"self": "/chronograf/v1/sources/5000/kapacitors/5000",
@ -223,6 +224,7 @@ func TestServer(t *testing.T) {
"name": "Kapa 1",
"url": "http://localhost:9092",
"active": true,
"insecureSkipVerify": false,
"links": {
"proxy": "/chronograf/v1/sources/5000/kapacitors/5000/proxy",
"self": "/chronograf/v1/sources/5000/kapacitors/5000",