Skip to content

Commit

Permalink
Fix nftables test
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Dec 17, 2024
1 parent 319b806 commit d7d09c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/firewall/nftables_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def filter_table(nf_test_tables):
@pytest.fixture
def custom_chain(nf_test_tables, filter_table):
name = 'test-chain'
nf_test_tables.cmd('add chain inet firewall skale-{name}')
nf_test_tables.cmd(f'add chain inet firewall skale-{name}')
return name


Expand Down

0 comments on commit d7d09c1

Please sign in to comment.