Fix comment in iptables unit test (#74061)

pull/74076/head
Amin Vakil 4 years ago committed by GitHub
parent 47ffa27416
commit 846c2d1ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -878,7 +878,7 @@ class TestIptables(ModuleTestCase):
])
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({
'chain': 'INPUT',
'jump': 'ACCEPT',

Loading…
Cancel
Save