From 034330e52facc685a353c3b8273770e591fd3065 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Tue, 24 Jan 2017 17:16:16 +0100 Subject: [PATCH] Fix typo on test_ios_config_before_after_no_change test (#20565) --- test/units/modules/network/ios/test_ios_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/units/modules/network/ios/test_ios_config.py b/test/units/modules/network/ios/test_ios_config.py index efee3be71d9..98cb23182e9 100644 --- a/test/units/modules/network/ios/test_ios_config.py +++ b/test/units/modules/network/ios/test_ios_config.py @@ -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']))