summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Neumann <paul104x@yahoo.de>2017-10-29 05:15:13 +0100
committerToshio Kuratomi <a.badger@gmail.com>2017-11-01 08:54:07 -0700
commitebd559c43a34dc5707c81f9c57ddc7fdc467cbce (patch)
tree3aba2c9e8d3b7197c886a6e64babad2e29e756ba
parentde60b9e1a8c7345173929b9afdd7b6858e31b00b (diff)
downloadansible-ebd559c43a34dc5707c81f9c57ddc7fdc467cbce.tar.gz
ios_system: Fix typo in unit test (#32284)
(cherry picked from commit 87f663b950025a204e50845c5bef81c7e53c122e)
-rw-r--r--test/units/modules/network/ios/test_ios_system.py2
1 files changed, 1 insertions, 1 deletions
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