summaryrefslogtreecommitdiff
path: root/test/units/modules/network/dellos9/test_dellos9_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/modules/network/dellos9/test_dellos9_command.py')
-rw-r--r--test/units/modules/network/dellos9/test_dellos9_command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/modules/network/dellos9/test_dellos9_command.py b/test/units/modules/network/dellos9/test_dellos9_command.py
index a216c22b8e..06b11eb6ff 100644
--- a/test/units/modules/network/dellos9/test_dellos9_command.py
+++ b/test/units/modules/network/dellos9/test_dellos9_command.py
@@ -23,7 +23,7 @@ __metaclass__ = type
import json
-from ansible.compat.tests.mock import patch
+from units.compat.mock import patch
from ansible.modules.network.dellos9 import dellos9_command
from units.modules.utils import set_module_args
from .dellos9_module import TestDellos9Module, load_fixture