Browse Source

grpcproxy: use valid progress notification in broadcast test

Anthony Romano 9 years ago
parent
commit
6ac284a577
1 changed files with 1 additions and 1 deletions
  1. 1 1
      proxy/grpcproxy/watcher_group_test.go

+ 1 - 1
proxy/grpcproxy/watcher_group_test.go

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