diff --git a/pkg/server/server_test.go b/pkg/server/server_test.go index 6acad134..c5c94835 100644 --- a/pkg/server/server_test.go +++ b/pkg/server/server_test.go @@ -1707,6 +1707,7 @@ func TestDeleteVrf(t *testing.T) { func TestAddBogusPath(t *testing.T) { ctx := context.Background() s := runNewServer(t, 1, "1.1.1.1", 10179) + defer s.StopBgp(context.Background(), &api.StopBgpRequest{}) nlri, _ := apb.New(&api.IPAddressPrefix{})