summaryrefslogtreecommitdiff
path: root/test/units/modules/network/slxos/test_slxos_facts.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/modules/network/slxos/test_slxos_facts.py')
-rw-r--r--test/units/modules/network/slxos/test_slxos_facts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/modules/network/slxos/test_slxos_facts.py b/test/units/modules/network/slxos/test_slxos_facts.py
index 50adab697c..dcc5900333 100644
--- a/test/units/modules/network/slxos/test_slxos_facts.py
+++ b/test/units/modules/network/slxos/test_slxos_facts.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.slxos import slxos_facts
from units.modules.utils import set_module_args
from .slxos_module import TestSlxosModule, load_fixture