From 87f663b950025a204e50845c5bef81c7e53c122e Mon Sep 17 00:00:00 2001 From: Paul Neumann Date: Sun, 29 Oct 2017 05:15:13 +0100 Subject: [PATCH] ios_system: Fix typo in unit test (#32284) --- test/units/modules/network/ios/test_ios_system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/units/modules/network/ios/test_ios_system.py b/test/units/modules/network/ios/test_ios_system.py index f92c0fd4df..4f2fa93a4a 100644 --- a/test/units/modules/network/ios/test_ios_system.py +++ b/test/units/modules/network/ios/test_ios_system.py @@ -42,7 +42,7 @@ class TestIosSystemModule(TestIosModule): self.mock_get_config.stop() self.mock_load_config.stop() - def load_fixtures(self, commnads=None): + def load_fixtures(self, commands=None): self.get_config.return_value = load_fixture('ios_system_config.cfg') self.load_config.return_value = None