Fixing name from aruba to ios. (#35630)
This commit is contained in:
parent
1717444f18
commit
f04d40640e
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class TestIosConfigModule(TestIosModule):
|
|||
args = self.run_commands.call_args[0][1]
|
||||
self.assertIn('copy running-config startup-config\r', args)
|
||||
|
||||
def test_aruba_config_save_changed_false(self):
|
||||
def test_ios_config_save_changed_false(self):
|
||||
set_module_args(dict(save_when='changed'))
|
||||
self.execute_module(changed=False)
|
||||
self.assertEqual(self.run_commands.call_count, 0)
|
||||
|
|
Loading…
Reference in a new issue