diff --git a/tests/e2e/etcdctl.go b/tests/e2e/etcdctl.go index d2d356abb..cc5c7a31b 100644 --- a/tests/e2e/etcdctl.go +++ b/tests/e2e/etcdctl.go @@ -146,7 +146,7 @@ func (ctl *Etcdctl) Status() ([]*clientv3.StatusResponse, error) { Endpoint string Status *clientv3.StatusResponse } - err := ctl.spawnJsonCmd(&epStatus, "endpoint", "status") + err := ctl.spawnJsonCmd(&epStatus, "", "endpoint", "status") if err != nil { return nil, err }