Skip to content

Commit

Permalink
hotfix(firewall): fix unit test for previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Nov 15, 2024
1 parent 36bb368 commit 3790034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/firewall/support_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func newDeleteTestRuleMatcher(path string) *cmdMatcher {

func newListInputRulesMatcher(path string) *cmdMatcher {
return newCmdMatcher(path,
"^-L$", "^INPUT$")
"^-nL$", "^INPUT$")
}

func newSetPolicyMatcher(path, inputPolicy string) *cmdMatcher { //nolint:unparam
Expand Down

0 comments on commit 3790034

Please sign in to comment.