summaryrefslogtreecommitdiff
path: root/test/units/galaxy/test_token.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/galaxy/test_token.py')
-rw-r--r--test/units/galaxy/test_token.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/galaxy/test_token.py b/test/units/galaxy/test_token.py
index 24af3863..9fc12d46 100644
--- a/test/units/galaxy/test_token.py
+++ b/test/units/galaxy/test_token.py
@@ -13,7 +13,7 @@ from unittest.mock import MagicMock
import ansible.constants as C
from ansible.cli.galaxy import GalaxyCLI, SERVER_DEF
from ansible.galaxy.token import GalaxyToken, NoTokenSentinel
-from ansible.module_utils._text import to_bytes, to_text
+from ansible.module_utils.common.text.converters import to_bytes, to_text
@pytest.fixture()