From 6ac284a577d8ba2117485ec887380f0d5a4980f3 Mon Sep 17 00:00:00 2001 From: Anthony Romano Date: Thu, 29 Sep 2016 10:45:25 -0700 Subject: [PATCH] grpcproxy: use valid progress notification in broadcast test --- proxy/grpcproxy/watcher_group_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/grpcproxy/watcher_group_test.go b/proxy/grpcproxy/watcher_group_test.go index 8284bd7e7..188f9a186 100644 --- a/proxy/grpcproxy/watcher_group_test.go +++ b/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