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:
parent
d1c3cbbc70
commit
034330e52f
1 changed files with 1 additions and 1 deletions
|
@ -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']))
|
||||
|
|
Loading…
Reference in a new issue