summaryrefslogtreecommitdiff
path: root/test/units/modules/network/onyx/test_onyx_protocols.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/modules/network/onyx/test_onyx_protocols.py')
-rw-r--r--test/units/modules/network/onyx/test_onyx_protocols.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/modules/network/onyx/test_onyx_protocols.py b/test/units/modules/network/onyx/test_onyx_protocols.py
index cc873eead1..2353a40632 100644
--- a/test/units/modules/network/onyx/test_onyx_protocols.py
+++ b/test/units/modules/network/onyx/test_onyx_protocols.py
@@ -6,7 +6,7 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
-from ansible.compat.tests.mock import patch
+from units.compat.mock import patch
from ansible.modules.network.onyx import onyx_protocol
from units.modules.utils import set_module_args
from .onyx_module import TestOnyxModule, load_fixture