mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix typo on test_ios_config_before_after_no_change test (#20565)
This commit is contained in:
committed by
Ryan Brown
parent
d1c3cbbc70
commit
034330e52f
@@ -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']))
|
||||
|
||||
Reference in New Issue
Block a user