summaryrefslogtreecommitdiff
path: root/test/units/plugins/connection/test_ssh.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/plugins/connection/test_ssh.py')
-rw-r--r--test/units/plugins/connection/test_ssh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/plugins/connection/test_ssh.py b/test/units/plugins/connection/test_ssh.py
index 1f01188af4..9d008333c8 100644
--- a/test/units/plugins/connection/test_ssh.py
+++ b/test/units/plugins/connection/test_ssh.py
@@ -30,7 +30,7 @@ from unittest.mock import patch, MagicMock, PropertyMock
from ansible.errors import AnsibleError, AnsibleConnectionFailure, AnsibleFileNotFound
from ansible.module_utils.compat.selectors import SelectorKey, EVENT_READ
from ansible.module_utils.six.moves import shlex_quote
-from ansible.module_utils._text import to_bytes
+from ansible.module_utils.common.text.converters import to_bytes
from ansible.playbook.play_context import PlayContext
from ansible.plugins.connection import ssh
from ansible.plugins.loader import connection_loader, become_loader