Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
blotus committed Sep 23, 2024
1 parent 053d003 commit 5d9cded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/backends/iptables/test_iptables.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def testLogging(self):

#Now, try to ping the IP

run_cmd("ping", "-c", "1", "1.1.1.1") #We don't care about the output, we just want to trigger the rule
run_cmd("ping", "-c", "1", "1.1.1.1", ignore_error=True) #We don't care about the output, we just want to trigger the rule

#Check if the firewall has logged the dropped response

Expand Down

0 comments on commit 5d9cded

Please sign in to comment.