Skip to content

Commit

Permalink
fix: testcase's ip.dst should not be any
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchennn committed Nov 24, 2023
1 parent f2abe2a commit 22bba06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sbi/producer/gsm_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func TestBuildNASPacketFilterFromPacketFilterInfo(t *testing.T) {
},
flowInfo: models.FlowInformation{
FlowDirection: models.FlowDirectionRm_BIDIRECTIONAL,
FlowDescription: "permit out ip from any to any",
FlowDescription: "permit out ip from any to assigned",
},
},
{
Expand Down

0 comments on commit 22bba06

Please sign in to comment.