Fix unit test failure in TestLoadClusters
This commit is contained in:
parent
1b46f867b6
commit
2e7331dc38
3 changed files with 3 additions and 1 deletions
|
@ -28,7 +28,7 @@ type Cluster struct {
|
|||
ZK string `json:"zk"`
|
||||
ZKPort int `json:"zk_port"`
|
||||
SchedZKPath string `json:"scheduler_zk_path"`
|
||||
MesosZKPath string `json:"scheduler_zk_path"`
|
||||
MesosZKPath string `json:"mesos_zk_path"`
|
||||
SchedURI string `json:"scheduler_uri"`
|
||||
ProxyURL string `json:"proxy_url"`
|
||||
AuthMechanism string `json:"auth_mechanism"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue