summaryrefslogtreecommitdiff
path: root/test/units/module_utils/common/validation/test_check_required_arguments.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/module_utils/common/validation/test_check_required_arguments.py')
-rw-r--r--test/units/module_utils/common/validation/test_check_required_arguments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/module_utils/common/validation/test_check_required_arguments.py b/test/units/module_utils/common/validation/test_check_required_arguments.py
index eb3d52e2..1dd54584 100644
--- a/test/units/module_utils/common/validation/test_check_required_arguments.py
+++ b/test/units/module_utils/common/validation/test_check_required_arguments.py
@@ -7,7 +7,7 @@ __metaclass__ = type
import pytest
-from ansible.module_utils.common.text.converters import to_native
+from ansible.module_utils._text import to_native
from ansible.module_utils.common.validation import check_required_arguments