mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
tests/e2e: update v2 proxy ready message
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
f556b78e8c
commit
03bf62f569
@ -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")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user