Fix unit test failure in TestLoadClusters

This commit is contained in:
Lawrence Wong 2022-08-23 15:54:43 -07:00
commit 2e7331dc38
3 changed files with 3 additions and 1 deletions

View file

@ -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"`