Explorar o código

tests/e2e: update v2 proxy ready message

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee %!s(int64=8) %!d(string=hai) anos
pai
achega
03bf62f569
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/e2e/cluster_proxy_test.go

+ 1 - 1
tests/e2e/cluster_proxy_test.go

@@ -284,5 +284,5 @@ func (v3p *proxyV3Proc) Start() error {
 	if err := v3p.start(); err != nil {
 		return err
 	}
-	return v3p.waitReady("listening for grpc-proxy client requests")
+	return v3p.waitReady("started gRPC proxy")
 }