ios_system: Fix typo in unit test (#32284)

(cherry picked from commit 87f663b950)
This commit is contained in:
Paul Neumann 2017-10-29 05:15:13 +01:00 committed by Toshio Kuratomi
parent de60b9e1a8
commit ebd559c43a

View file

@ -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