Browse Source

tests/e2e: update v2 proxy ready message

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
03bf62f569
1 changed files with 1 additions and 1 deletions
  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 {
 	if err := v3p.start(); err != nil {
 		return err
 		return err
 	}
 	}
-	return v3p.waitReady("listening for grpc-proxy client requests")
+	return v3p.waitReady("started gRPC proxy")
 }
 }