diff --git a/test/units/modules/test_iptables.py b/test/units/modules/test_iptables.py index e8d8ff2c616..9998122f38a 100644 --- a/test/units/modules/test_iptables.py +++ b/test/units/modules/test_iptables.py @@ -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',