Explorar o código

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.
Brandon Philips %!s(int64=12) %!d(string=hai) anos
pai
achega
a72f913a60
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/functional/util.go

+ 1 - 1
tests/functional/util.go

@@ -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.
 		if i == 0 {
 			client := buildClient()
-			err = WaitServerUp("127.0.0.1:4001", client, "http")
+			err = WaitForServer("127.0.0.1:4001", client, "http")
 			if err != nil {
 				return nil, nil, err
 			}