Change fake information in stubs.

pull/725/head
Hunter Trujillo 2017-01-06 10:29:57 -07:00
parent 3f91e33a91
commit c67282d989
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@ const kapacitor = () => {
"id": "\"1\"",
"name": "kapa",
"url": "http://chronograf.influxcloud.net:9092",
"username": "hunter",
"password": "TMnN5JyM35H9m6Hc",
"username": "testuser",
"password": "hunter2",
"links": {
"proxy": "http://localhost:3888/chronograf/v1/sources/2/kapacitors/1/proxy",
"self": "http://localhost:3888/chronograf/v1/sources/2/kapacitors/1",

View File

@ -2,8 +2,8 @@ const source = () => {
return ({
"id": "2",
"name": "test-user",
"username": "admin",
"password": "admin",
"username": "test-user",
"password": "hunter2",
"url": "http://chronograf.influxcloud.net:8086",
"default": true,
"telegraf": "telegraf",