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 5d9cded commit b511c5e
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 @@ -226,6 +226,6 @@ def testLogging(self):

#Check if the firewall has logged the dropped response

output = run_cmd("dmesg")
output = run_cmd("dmesg | tail -n 10", shell=True)

assert 'blocked by crowdsec' in output

0 comments on commit b511c5e

Please sign in to comment.