Fix comment in iptables unit test (#74061)
This commit is contained in:
parent
47ffa27416
commit
846c2d1ed3
1 changed files with 1 additions and 1 deletions
|
@ -878,7 +878,7 @@ class TestIptables(ModuleTestCase):
|
||||||
])
|
])
|
||||||
|
|
||||||
def test_comment_position_at_end(self):
|
def test_comment_position_at_end(self):
|
||||||
"""Test flush without parameters"""
|
"""Test comment position to make sure it is at the end of command"""
|
||||||
set_module_args({
|
set_module_args({
|
||||||
'chain': 'INPUT',
|
'chain': 'INPUT',
|
||||||
'jump': 'ACCEPT',
|
'jump': 'ACCEPT',
|
||||||
|
|
Loading…
Reference in a new issue