summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmin Vakil <info@aminvakil.com>2021-03-31 00:41:12 +0430
committerGitHub <noreply@github.com>2021-03-30 16:11:12 -0400
commit846c2d1ed377ef0b7ba853634ad3c37ebbe3a0df (patch)
treea4ecbd0017358003f544a03c9df92ff45a850a62
parent47ffa27416467b1ed25458b4bcdf2bda1c1d38d6 (diff)
downloadansible-846c2d1ed377ef0b7ba853634ad3c37ebbe3a0df.tar.gz
Fix comment in iptables unit test (#74061)
-rw-r--r--test/units/modules/test_iptables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/modules/test_iptables.py b/test/units/modules/test_iptables.py
index e8d8ff2c61..9998122f38 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',