mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fix(tests/functional): some squashing mistakes in PR merge
accidental squash mistake in the last PR that was merged caused a function to be renamed but not it's caller.
This commit is contained in:
parent
7599a285c3
commit
a72f913a60
@ -130,7 +130,7 @@ func CreateCluster(size int, procAttr *os.ProcAttr, ssl bool) ([][]string, []*os
|
|||||||
// which slows tests way down and some of them fail.
|
// which slows tests way down and some of them fail.
|
||||||
if i == 0 {
|
if i == 0 {
|
||||||
client := buildClient()
|
client := buildClient()
|
||||||
err = WaitServerUp("127.0.0.1:4001", client, "http")
|
err = WaitForServer("127.0.0.1:4001", client, "http")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, nil, err
|
return nil, nil, err
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user