Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanG100 committed Feb 23, 2024
1 parent f6741da commit 32dc206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataplane/saiserver/routing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
}, {
Expand Down

0 comments on commit 32dc206

Please sign in to comment.