From 32dc206a56da7920b147b36bcef8fce96e6350ae Mon Sep 17 00:00:00 2001 From: Daniel Grau Date: Fri, 23 Feb 2024 22:30:12 +0000 Subject: [PATCH] fix --- dataplane/saiserver/routing_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataplane/saiserver/routing_test.go b/dataplane/saiserver/routing_test.go index 15c25134..89630644 100644 --- a/dataplane/saiserver/routing_test.go +++ b/dataplane/saiserver/routing_test.go @@ -489,7 +489,7 @@ func TestCreateNextHop(t *testing.T) { ActionType: fwdpb.ActionType_ACTION_TYPE_ENCAP, Action: &fwdpb.ActionDesc_Encap{ Encap: &fwdpb.EncapActionDesc{ - HeaderId: fwdpb.PacketHeaderId_PACKET_HEADER_ID_IP, + HeaderId: fwdpb.PacketHeaderId_PACKET_HEADER_ID_IP4, }, }, }, {