Fix comment in iptables unit test (#74061)

This commit is contained in:
Amin Vakil 2021-03-31 00:41:12 +04:30 committed by GitHub
parent 47ffa27416
commit 846c2d1ed3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',