From 846c2d1ed377ef0b7ba853634ad3c37ebbe3a0df Mon Sep 17 00:00:00 2001 From: Amin Vakil Date: Wed, 31 Mar 2021 00:41:12 +0430 Subject: [PATCH] Fix comment in iptables unit test (#74061) --- test/units/modules/test_iptables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',