summaryrefslogtreecommitdiff
path: root/test/units/modules/network/nxos/test_nxos_bgp_neighbor_af.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/modules/network/nxos/test_nxos_bgp_neighbor_af.py')
-rw-r--r--test/units/modules/network/nxos/test_nxos_bgp_neighbor_af.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/modules/network/nxos/test_nxos_bgp_neighbor_af.py b/test/units/modules/network/nxos/test_nxos_bgp_neighbor_af.py
index ed0617a568..78cb1e3307 100644
--- a/test/units/modules/network/nxos/test_nxos_bgp_neighbor_af.py
+++ b/test/units/modules/network/nxos/test_nxos_bgp_neighbor_af.py
@@ -19,7 +19,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.nxos import nxos_bgp_neighbor_af
from .nxos_module import TestNxosModule, load_fixture, set_module_args