grpcproxy: use valid progress notification in broadcast test

This commit is contained in:
Anthony Romano 2016-09-29 10:45:25 -07:00
parent bf2581390d
commit 6ac284a577

View File

@ -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