mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
grpcproxy: use valid progress notification in broadcast test
This commit is contained in:
parent
bf2581390d
commit
6ac284a577
@ -40,7 +40,7 @@ func TestWatchgroupBroadcast(t *testing.T) {
|
||||
}
|
||||
|
||||
// send a progress response
|
||||
wch <- clientv3.WatchResponse{}
|
||||
wch <- clientv3.WatchResponse{Header: pb.ResponseHeader{Revision: 1}}
|
||||
|
||||
for _, ch := range chs {
|
||||
<-ch
|
||||
|
Loading…
x
Reference in New Issue
Block a user