1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix typo on test_ios_config_before_after_no_change test (#20565)

This commit is contained in:
Ricardo Carrillo Cruz 2017-01-24 17:16:16 +01:00 committed by Ryan Brown
parent d1c3cbbc70
commit 034330e52f

View file

@ -149,7 +149,7 @@ class TestIosConfigModule(unittest.TestCase):
commands = ['hostname foo', 'test1', 'test2']
self.execute_module(changed=True, commands=commands, sort=False)
def test_ios_config_before_after_no_chnage(self):
def test_ios_config_before_after_no_change(self):
set_module_args(dict(lines=['hostname router'],
before=['test1', 'test2'],
after=['test3','test4']))