diff --git a/protocols/bgp/server/update_sender_test.go b/protocols/bgp/server/update_sender_test.go
index 516a2d59f181e9831095b8cdcc36c588c64cdc28..3d251e423123a4bd45be73618827bcd23f14e4e5 100644
--- a/protocols/bgp/server/update_sender_test.go
+++ b/protocols/bgp/server/update_sender_test.go
@@ -38,6 +38,7 @@ func TestSender(t *testing.T) {
 						Type: 2,
 						BGPPath: &route.BGPPath{
 							LocalPref: 100,
+							NextHop:   bnet.IPv4(0),
 						},
 					},
 					pfxs: []bnet.Prefix{
@@ -52,6 +53,7 @@ func TestSender(t *testing.T) {
 						Type: 2,
 						BGPPath: &route.BGPPath{
 							LocalPref: 200,
+							NextHop:   bnet.IPv4(0),
 						},
 					},
 					pfxs: []bnet.Prefix{