summaryrefslogtreecommitdiff
path: root/test/units/modules/network/nxos/test_nxos_acl.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/modules/network/nxos/test_nxos_acl.py')
-rw-r--r--test/units/modules/network/nxos/test_nxos_acl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/modules/network/nxos/test_nxos_acl.py b/test/units/modules/network/nxos/test_nxos_acl.py
index e18a83d8f3..39fb0b0486 100644
--- a/test/units/modules/network/nxos/test_nxos_acl.py
+++ b/test/units/modules/network/nxos/test_nxos_acl.py
@@ -21,7 +21,7 @@ __metaclass__ = type
import json
-from ansible.compat.tests.mock import patch
+from units.compat.mock import patch
from ansible.modules.network.nxos import nxos_acl
from .nxos_module import TestNxosModule, load_fixture, set_module_args