diff --git a/tests/unit/modules/network/ios/test_ios_interfaces.py b/tests/unit/modules/network/ios/test_ios_interfaces.py index 196453d97..b19849e93 100644 --- a/tests/unit/modules/network/ios/test_ios_interfaces.py +++ b/tests/unit/modules/network/ios/test_ios_interfaces.py @@ -26,9 +26,7 @@ def setUp(self): "ansible_collections.ansible.netcommon.plugins.module_utils.network.common.rm_base.resource_module_base." "get_resource_connection", ) - self.get_resource_connection_facts = ( - self.mock_get_resource_connection_facts.start() - ) + self.get_resource_connection_facts = self.mock_get_resource_connection_facts.start() self.mock_execute_show_command = patch( "ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.interfaces.interfaces." diff --git a/tox-ansible.ini b/tox-ansible.ini index a69dd214a..3f92926b1 100644 --- a/tox-ansible.ini +++ b/tox-ansible.ini @@ -10,4 +10,4 @@ skip = 2.13 [testenv:unit-py3.10-devel] -ignore_outcome = true \ No newline at end of file +ignore_outcome = true