Skip to content

Commit

Permalink
Improve migration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Jan 14, 2025
1 parent 8583e8a commit f9e2f05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/core/migration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def base_rules():


def test_migration(base_rules):
res = run_cmd(['iptables', '-P', 'INPUT', 'DROP'])
migrate()
res = run_cmd(['iptables', '-S'])
output = res.stdout.decode('utf-8')
Expand Down

0 comments on commit f9e2f05

Please sign in to comment.