Change fake information in stubs.
parent
3f91e33a91
commit
c67282d989
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue