Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 6, 2024
1 parent 65d0311 commit f367718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions tests/unit/modules/network/ios/test_ios_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
2 changes: 1 addition & 1 deletion tox-ansible.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ skip =
2.13

[testenv:unit-py3.10-devel]
ignore_outcome = true
ignore_outcome = true

0 comments on commit f367718

Please sign in to comment.