Skip to content

Commit

Permalink
Fix default_rule_controller test
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Nov 25, 2024
1 parent e9cb506 commit 8e40cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/firewall/default_rule_controller_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def test_concurrent_rc_behavior_no_refresh(attempt):


@pytest.mark.parametrize('attempt', range(5))
def test_concurrent_rc_behavior_with_refresh(attempt, refresh):
def test_concurrent_rc_behavior_with_refresh(attempt):
node_number = 16
schain_number = 8
own_ip = '1.1.1.1'
Expand Down

0 comments on commit 8e40cc4

Please sign in to comment.