hotfix(firewall): fix unit test for previous PR

This commit is contained in:
Quentin McGaw
2024-11-15 17:46:10 +00:00
parent 36bb368cad
commit 37900341cf

View File

@@ -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