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