mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-18 09:51:41 +00:00
import mocks from community.internal_test_tools (#10264)
This commit is contained in:
parent
38ab1fbb88
commit
74ed0fc438
3 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ from ansible.module_utils.six import iteritems
|
|||
from ansible_collections.community.general.plugins.module_utils.net_tools.pritunl import (
|
||||
api,
|
||||
)
|
||||
from mock import MagicMock
|
||||
from ansible_collections.community.internal_test_tools.tests.unit.compat.mock import MagicMock
|
||||
|
||||
__metaclass__ = type
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue